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:
@@ -93,8 +93,8 @@
|
||||
# define JNICALL
|
||||
# define JNIEXPORT
|
||||
# endif
|
||||
/* PC */
|
||||
#elif defined(XP_PC) || defined(_WINDOWS) || defined(WIN32) || defined(_WIN32)
|
||||
/* Win32 */
|
||||
#elif defined(XP_WIN) || defined(_WINDOWS) || defined(WIN32) || defined(_WIN32)
|
||||
# include <windows.h>
|
||||
# if defined(_MSC_VER) || defined(__GNUC__)
|
||||
# if defined(WIN32) || defined(_WIN32)
|
||||
|
||||
@@ -79,7 +79,7 @@ extern "C" {
|
||||
# define JRI_PUBLIC_VAR(VarType) VarType
|
||||
# define JRI_CALLBACK
|
||||
# endif
|
||||
#elif defined(XP_PC) || defined(_WINDOWS) || defined(WIN32) || defined(_WIN32)
|
||||
#elif defined(XP_WIN) || defined(_WINDOWS) || defined(WIN32) || defined(_WIN32)
|
||||
# include <windows.h>
|
||||
# if defined(_MSC_VER) || defined(__GNUC__)
|
||||
# if defined(WIN32) || defined(_WIN32)
|
||||
|
||||
@@ -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_*/
|
||||
|
||||
@@ -94,7 +94,7 @@ typedef unsigned long uint_t; /* this is already declared in OpenTransport.h, bu
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if defined(XP_PC) && !defined(XP_OS2)
|
||||
#if defined(XP_WIN)
|
||||
typedef long int32_t;
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user