regedit: Remove an unneeded NONAMELESSSTRUCT directive.

This commit is contained in:
Francois Gouget 2015-04-02 12:25:02 +02:00 committed by Alexandre Julliard
parent 546b1c4cea
commit 1402201cd6
1 changed files with 1 additions and 1 deletions

View File

@ -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>