Francois Gouget : winhlp32: Remove an unneeded NONAMELESSSTRUCT directive.

Alexandre Julliard julliard at wine.codeweavers.com
Fri Apr 3 07:14:59 CDT 2015


Module: wine
Branch: master
Commit: ddcbbb6943b1e202ac55bdb41dec2789f6f54387
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=ddcbbb6943b1e202ac55bdb41dec2789f6f54387

Author: Francois Gouget <fgouget at free.fr>
Date:   Fri Apr  3 01:25:36 2015 +0200

winhlp32: Remove an unneeded NONAMELESSSTRUCT directive.

---

 programs/winhlp32/winhelp.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/programs/winhlp32/winhelp.c b/programs/winhlp32/winhelp.c
index 17fe90c..49fdf5d 100644
--- a/programs/winhlp32/winhelp.c
+++ b/programs/winhlp32/winhelp.c
@@ -29,7 +29,6 @@
 #include <stdlib.h>
 
 #define NONAMELESSUNION
-#define NONAMELESSSTRUCT
 
 #include "windef.h"
 #include "winbase.h"




More information about the wine-cvs mailing list