From fb074c44ec4cbf6dca7a4612364717fd5359ae50 Mon Sep 17 00:00:00 2001
From: David Cuthbert <dacut@ece.cmu.edu>
Date: Wed, 21 Oct 1998 15:38:59 +0000
Subject: [PATCH] Better fix for this_is_a_syntax_error.

---
 include/wintypes.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/wintypes.h b/include/wintypes.h
index 7534b9ba5b5..64e7d6c3c59 100644
--- a/include/wintypes.h
+++ b/include/wintypes.h
@@ -17,8 +17,8 @@
 /* Note that Winelib is purely Win32.                             */
 
 #ifdef __WINE__
-# define WINELIB_NAME(func)      this_is_a_syntax_error
-# define WINELIB_NAME_AW(func)   this_is_a_syntax_error
+# define WINELIB_NAME(func)      this_is_a_syntax_error this_is_a_syntax_error
+# define WINELIB_NAME_AW(func)   this_is_a_syntax_error this_is_a_syntax_error
 #else  /* __WINE__ */
 # define WINELIB_NAME(func)     func##32
 # ifdef UNICODE
-- 
GitLab