'#if defined(SAL_W32) || defined(SAL_UNX)' matches all our platforms.

Change-Id: I6b46eea0890573166d8a49e8060716907f223a1d
This commit is contained in:
Tor Lillqvist 2015-03-18 09:58:00 +02:00
parent ef2d6401ad
commit 1290c28959

View File

@ -235,9 +235,7 @@ typedef void * sal_Handle;
#define SAL_MAX_SIZE SAL_MAX_UINT64
#endif
#if defined(SAL_W32) || defined(SAL_UNX)
# define SAL_MAX_ENUM 0x7fffffff
#endif
#define SAL_MAX_ENUM 0x7fffffff
#if defined(_MSC_VER) || defined(__MINGW32__)
# define SAL_DLLPUBLIC_EXPORT __declspec(dllexport)