mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-13 10:25:01 +00:00
# 25555
r= sobotka (per jdunn@netscape.com) OS/2 changes for Mozilla - add #ifdef, change #ifdef
This commit is contained in:
parent
2b49b0c3d9
commit
71af59e33c
@ -39,7 +39,9 @@
|
||||
#include <Memory.h>
|
||||
#include <Processes.h>
|
||||
#elif defined(XP_PC)
|
||||
#if !defined(XP_OS2)
|
||||
#include <windows.h>
|
||||
#endif // !XP_OS2
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#elif defined(XP_UNIX)
|
||||
|
Loading…
Reference in New Issue
Block a user