зеркало из https://github.com/mozilla/gecko-dev.git
fix link problems on mac.
This commit is contained in:
Родитель
000c5d09f3
Коммит
54ab1acd23
|
@ -17,7 +17,14 @@
|
|||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <iostream.h>
|
||||
|
||||
#ifndef XP_MAC
|
||||
// including this on mac causes odd link errors in static initialization stuff that we
|
||||
// (pinkerton & scc) don't yet understand. If you want to turn this on for mac, talk
|
||||
// to one of us.
|
||||
#include <iostream.h>
|
||||
#endif
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
|
|
@ -17,7 +17,14 @@
|
|||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <iostream.h>
|
||||
|
||||
#ifndef XP_MAC
|
||||
// including this on mac causes odd link errors in static initialization stuff that we
|
||||
// (pinkerton & scc) don't yet understand. If you want to turn this on for mac, talk
|
||||
// to one of us.
|
||||
#include <iostream.h>
|
||||
#endif
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
|
Загрузка…
Ссылка в новой задаче