mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
- Ttttypo
svn path=/trunk/; revision=36603
This commit is contained in:
parent
f45ca4adda
commit
b1019f7eee
1 changed files with 1 additions and 1 deletions
|
@ -4485,7 +4485,7 @@ typedef struct tagNMIPADDRESS
|
|||
#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)
|
||||
|
|
Loading…
Reference in a new issue