зеркало из https://github.com/mozilla/gecko-dev.git
define __STRICT_ANSI__ and change the include order to keep linux gcc from whining about one of the system include files. a=r=(not built)
This commit is contained in:
Родитель
e5ccc70968
Коммит
bf2d8408ca
|
@ -31,7 +31,14 @@
|
|||
* GPL.
|
||||
*/
|
||||
|
||||
// so g++ doesn't whine about one of the files included by ldap.h
|
||||
//
|
||||
#ifdef linux
|
||||
#define __STRICT_ANSI__
|
||||
#endif
|
||||
|
||||
#include "nsLDAP.h"
|
||||
#include "ldap.h"
|
||||
#include "nsILDAPURL.h"
|
||||
#include "nsString.h"
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче