[ros-diffs] [hpoussin] 30168: Add PSHORT and PUSHORT types

hpoussin at svn.reactos.org hpoussin at svn.reactos.org
Mon Nov 5 13:03:16 CET 2007


Author: hpoussin
Date: Mon Nov  5 15:03:15 2007
New Revision: 30168

URL: http://svn.reactos.org/svn/reactos?rev=30168&view=rev
Log:
Add PSHORT and PUSHORT types

Modified:
    trunk/reactos/include/host/typedefs.h

Modified: trunk/reactos/include/host/typedefs.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/host/typedefs.h?rev=30168&r1=30167&r2=30168&view=diff
==============================================================================
--- trunk/reactos/include/host/typedefs.h (original)
+++ trunk/reactos/include/host/typedefs.h Mon Nov  5 15:03:15 2007
@@ -59,8 +59,8 @@
 typedef char CHAR, *PCHAR, *PSTR;
 typedef const char CCHAR;
 typedef const char *PCSTR, *LPCSTR;
-typedef short SHORT;
-typedef unsigned short USHORT;
+typedef short SHORT, *PSHORT;
+typedef unsigned short USHORT, *PUSHORT;
 typedef unsigned short WORD, *PWORD, *LPWORD;
 typedef int LONG, *PLONG, *LPLONG;
 typedef unsigned int ULONG, *PULONG, DWORD, *LPDWORD;




More information about the Ros-diffs mailing list