From f118079b90fa8169c5950b2e8c85ad555b60d440 Mon Sep 17 00:00:00 2001 From: Mark Tempel Date: Fri, 16 Jan 2004 03:41:13 +0000 Subject: [PATCH] Update to add in some typedefs needed my winsock2.h svn path=/trunk/; revision=7670 --- reactos/include/windows.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/reactos/include/windows.h b/reactos/include/windows.h index 6d107712b05..4fab00737fb 100644 --- a/reactos/include/windows.h +++ b/reactos/include/windows.h @@ -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