[Libreoffice-commits] .: sal/inc

François Tigeot ftigeot at kemper.freedesktop.org
Tue Jun 28 14:54:25 PDT 2011


 sal/inc/sal/types.h |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit a8f66136310e9a93bb3da308be7b207f4e6b861c
Author: Francois Tigeot <ftigeot at wolfpond.org>
Date:   Tue Jun 28 23:52:27 2011 +0200

    16-bit Windows is no more

diff --git a/sal/inc/sal/types.h b/sal/inc/sal/types.h
index 0b1a8f6..1266c9b 100644
--- a/sal/inc/sal/types.h
+++ b/sal/inc/sal/types.h
@@ -241,8 +241,6 @@ typedef void *                   sal_Handle;
 
 #if defined(SAL_W32) || defined(SAL_UNX)
 #   define SAL_MAX_ENUM 0x7fffffff
-#elif defined(SAL_W16)
-#   define SAL_MAX_ENUM 0x7fff
 #endif
 
 #if defined(_MSC_VER) || defined(__MINGW32__)


More information about the Libreoffice-commits mailing list