Francois Gouget : user32: Remove an unneeded NONAMELESSSTRUCT directive.
26 Mar
2015
26 Mar
'15
4:13 p.m.
Module: wine Branch: master Commit: 68264c2da700434f26d54ecdde5af2761111bb25 URL: http://source.winehq.org/git/wine.git/?a=commit;h=68264c2da700434f26d54ecdde... Author: Francois Gouget <fgouget(a)free.fr> Date: Thu Mar 26 15:29:46 2015 +0100 user32: Remove an unneeded NONAMELESSSTRUCT directive. --- dlls/user32/input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/user32/input.c b/dlls/user32/input.c index 1f05f34..0ed4218 100644 --- a/dlls/user32/input.c +++ b/dlls/user32/input.c @@ -33,7 +33,7 @@ #include <assert.h> #define NONAMELESSUNION -#define NONAMELESSSTRUCT + #include "ntstatus.h" #define WIN32_NO_STATUS #include "windef.h"
3917
Age (days ago)
3917
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard