[ros-diffs] [janderwald] 36603: - Ttttypo
janderwald at svn.reactos.org
janderwald at svn.reactos.org
Tue Sep 30 21:09:31 CEST 2008
Author: janderwald
Date: Tue Sep 30 14:09:31 2008
New Revision: 36603
URL: http://svn.reactos.org/svn/reactos?rev=36603&view=rev
Log:
- Ttttypo
Modified:
trunk/reactos/include/psdk/commctrl.h
Modified: trunk/reactos/include/psdk/commctrl.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/commctrl.h?rev=36603&r1=36602&r2=36603&view=diff
==============================================================================
--- trunk/reactos/include/psdk/commctrl.h [iso-8859-1] (original)
+++ trunk/reactos/include/psdk/commctrl.h [iso-8859-1] Tue Sep 30 14:09:31 2008
@@ -4485,7 +4485,7 @@
#define MAKEIPRANGE(low,high) \
((LPARAM)(WORD)(((BYTE)(high)<<8)+(BYTE)(low)))
#define MAKEIPADDRESS(b1,b2,b3,b4) \
- ((LPARAM)(((DWORD)(b1)<<24)+((DWORD)(b2)<16)+((DWORD)(b3)<<8)+((DWORD)(b4))))
+ ((LPARAM)(((DWORD)(b1)<<24)+((DWORD)(b2)<<16)+((DWORD)(b3)<<8)+((DWORD)(b4))))
#define FIRST_IPADDRESS(x) (((x)>>24)&0xff)
#define SECOND_IPADDRESS(x) (((x)>>16)&0xff)
More information about the Ros-diffs
mailing list