From 2e5113d4bccc16a4883753f31e8e6c06ab0dd398 Mon Sep 17 00:00:00 2001 From: Jim Aston Date: Wed, 24 Mar 1999 14:57:34 +0000 Subject: [PATCH] Added a few empty macros. --- include/windef.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/include/windef.h b/include/windef.h index 1b318ca1135..4cadbeab676 100644 --- a/include/windef.h +++ b/include/windef.h @@ -75,6 +75,8 @@ extern "C" { #define APIPRIVATE __stdcall #define PASCAL __stdcall #define _pascal __stdcall +#define _stdcall __stdcall +#define _fastcall __stdcall #define __export __stdcall #define WINAPIV __cdecl #define APIENTRY WINAPI @@ -296,8 +298,10 @@ typedef LPCSTR LPCTSTR; #ifndef __WINE__ #define NEAR #define FAR -#define _far +#define near +#define far #define _near +#define _far #define IN #define OUT #define OPTIONAL