This commit is contained in:
pinkerton%netscape.com 1998-09-29 17:16:06 +00:00
Родитель 000c5d09f3
Коммит 54ab1acd23
2 изменённых файлов: 16 добавлений и 2 удалений

Просмотреть файл

@ -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