View Single Post
Posts: 1,298 | Thanked: 2,277 times | Joined on May 2011
#35
Note: recent changes fixed the mess created by invalid inclusion of some header files in case of non Maemo builds:

https://bugzilla.mozilla.org/show_bug.cgi?id=814979

I.e. any kind of ifdefs shouldn't do this kind of stuff:

Code:
#if !defined(MOZ_PLATFORM_MAEMO)
#include "GLXLibrary.h"
#endif
It's very incorrect, since for example Mer builds don't use GLX, they use EGL.
 

The Following 5 Users Say Thank You to shmerl For This Useful Post: