Module: wine Branch: master Commit: d2720f37f16580429bc999853c54babee8da4a75 URL: http://source.winehq.org/git/wine.git/?a=commit;h=d2720f37f16580429bc999853c...
Author: Francois Gouget fgouget@free.fr Date: Tue Mar 24 11:41:01 2015 +0100
toolhelp.dll16: Remove unneeded NONAMELESSXXX directives.
---
dlls/toolhelp.dll16/toolhelp.c | 2 -- 1 file changed, 2 deletions(-)
diff --git a/dlls/toolhelp.dll16/toolhelp.c b/dlls/toolhelp.dll16/toolhelp.c index 4fa1500..cf5e6ef 100644 --- a/dlls/toolhelp.dll16/toolhelp.c +++ b/dlls/toolhelp.dll16/toolhelp.c @@ -21,8 +21,6 @@
#include "config.h"
-#define NONAMELESSUNION -#define NONAMELESSSTRUCT #include <stdarg.h> #include <stdlib.h> #include <string.h>