Bug 133412: need to #include <Files.h> before <OpenTransport.h> for the buggy Universal Headers 3.4.1. Changes to allow for upgrading to CodeWarrior Pro 7.2 tools. r=sdagley, sr=scc, a=asa

This commit is contained in:
sfraser%netscape.com 2002-03-27 04:09:17 +00:00
Родитель 8ffa502826
Коммит 7fbfb8f908
2 изменённых файлов: 1 добавлений и 10 удалений

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

@ -46,6 +46,7 @@
#include "nsWeakPtr.h"
#if defined(XP_MAC)
#include <OSUtils.h>
#include <Files.h>
#include <OpenTransport.h>
#include <OpenTptInternet.h>
#elif defined (XP_WIN)

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

@ -1,10 +0,0 @@
#include <ansi_prefix.mac.h>
#define XP_MAC
#define XPIDL_PLUGIN
#define LIBIDL_LIBRARY_VERSION "0.6.5"
#define CPP_PROGRAM "Foobar"
#define OTUNIXERRORS 1
#include <OpenTransport.h>