mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 11:26:10 +00:00
regedit: Remove an unneeded NONAMELESSSTRUCT directive.
This commit is contained in:
parent
546b1c4cea
commit
1402201cd6
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
|||
#define WIN32_LEAN_AND_MEAN /* Exclude rarely-used stuff from Windows headers */
|
||||
|
||||
#define NONAMELESSUNION
|
||||
#define NONAMELESSSTRUCT
|
||||
|
||||
#include <windows.h>
|
||||
#include <commctrl.h>
|
||||
#include <stdlib.h>
|
||||
|
|
Loading…
Reference in a new issue