r = dougt, a = brendan
OS/2 bringup continues on M16 - #ifdefs for OS/2 only
This commit is contained in:
mkaply@us.ibm.com
2000-05-25 14:26:34 +00:00
parent fc536a01f9
commit 8fce587503
2 changed files with 8 additions and 4 deletions

View File

@@ -33,8 +33,12 @@
#include "nsFileSpec.h"
#ifdef XP_PC
#ifdef XP_OS2
#include "nsLocalFileOS2.h"
#else
#include "nsLocalFileWin.h"
#endif
#endif
#ifdef XP_MAC
#include "nsLocalFileMac.h"