[ros-diffs] [sginsberg] 41452: - Revert 39470, reapplying the __ROS_LONG64__ check for INT_PTR and UINT_PTR on 32-bit.

sginsberg at svn.reactos.org sginsberg at svn.reactos.org
Fri Jun 19 00:07:21 CEST 2009


Author: sginsberg
Date: Fri Jun 19 02:07:20 2009
New Revision: 41452

URL: http://svn.reactos.org/svn/reactos?rev=41452&view=rev
Log:
- Revert 39470, reapplying the __ROS_LONG64__ check for INT_PTR and UINT_PTR on 32-bit.

Modified:
    trunk/reactos/include/psdk/basetsd.h

Modified: trunk/reactos/include/psdk/basetsd.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/basetsd.h?rev=41452&r1=41451&r2=41452&view=diff
==============================================================================
--- trunk/reactos/include/psdk/basetsd.h [iso-8859-1] (original)
+++ trunk/reactos/include/psdk/basetsd.h [iso-8859-1] Fri Jun 19 02:07:20 2009
@@ -100,10 +100,10 @@
     { return( (void*)(ULONG_PTR)ul ); }
 #endif /* !__midl */
 #else /*  !_WIN64 */
-#if 1// !defined(__ROS_LONG64__)
+#if !defined(__ROS_LONG64__)
 typedef int INT_PTR, *PINT_PTR;
 typedef unsigned int UINT_PTR, *PUINT_PTR;
-#else // WTF??? HACK of break
+#else
 typedef long INT_PTR, *PINT_PTR;
 typedef unsigned long UINT_PTR, *PUINT_PTR;
 #endif



More information about the Ros-diffs mailing list