mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
Update to add in some typedefs needed my winsock2.h
svn path=/trunk/; revision=7670
This commit is contained in:
parent
aab70138d5
commit
f118079b90
1 changed files with 4 additions and 0 deletions
|
@ -165,6 +165,10 @@
|
|||
#define DUMMYSTRUCTNAME3
|
||||
#endif
|
||||
|
||||
#ifndef DECLARE_STDCALL_P
|
||||
#define DECLARE_STDCALL_P( type ) __stdcall type
|
||||
#endif
|
||||
|
||||
#ifndef NO_STRICT
|
||||
#ifndef STRICT
|
||||
#define STRICT 1
|
||||
|
|
Loading…
Reference in a new issue