mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-13 11:38:16 +00:00
# 33859
r= sspitzer@netscape.com OS/2 changes for Mozilla - add #ifdef, change #ifdef
This commit is contained in:
parent
88d7fe3689
commit
3f731e43e6
@ -70,7 +70,9 @@
|
||||
#define OLD_REGISTRY_FILE_NAME "Netscape Registry"
|
||||
#elif defined (XP_BEOS)
|
||||
#else /* assume XP_PC */
|
||||
#ifndef XP_OS2
|
||||
#include <direct.h>
|
||||
#endif
|
||||
#define OLD_REGISTRY_FILE_NAME "nsreg.dat"
|
||||
#endif /* XP_UNIX */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user