fix link problems on mac.
git-svn-id: svn://10.0.0.236/trunk@11368 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user