Purge XP_PC.

Bug #56767 r=mkaply sr=alecf


git-svn-id: svn://10.0.0.236/trunk@140602 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
seawood%netscape.com
2003-04-02 22:45:08 +00:00
parent ec2f9397b0
commit 5921049139
92 changed files with 187 additions and 211 deletions

View File

@@ -37,7 +37,7 @@
#ifndef SYSMACROS_MD_H_
#define SYSMACROS_MD_H_
#if defined (XP_PC) && !defined (_WIN32) && !defined (XP_OS2)
#if defined (XP_WIN) && !defined (_WIN32)
#ifndef HUGEP
#define HUGEP __huge
#endif
@@ -45,7 +45,7 @@
#ifndef HUGEP
#define HUGEP
#endif
#endif /* defined(XP_PC) && !defined (_WIN32) && !defined (XP_OS2) */
#endif /* WIN16 */
#endif /*SYSMACROS_MD_H_*/