widl: Remove unneeded NONAMELESSXXX directives.
This commit is contained in:
parent
e4c285b074
commit
8a63982f73
|
@ -32,9 +32,6 @@
|
|||
#include <string.h>
|
||||
#include <ctype.h>
|
||||
|
||||
#define NONAMELESSUNION
|
||||
#define NONAMELESSSTRUCT
|
||||
|
||||
#include "windef.h"
|
||||
#include "winbase.h"
|
||||
|
||||
|
|
|
@ -38,7 +38,6 @@
|
|||
#include <time.h>
|
||||
|
||||
#define NONAMELESSUNION
|
||||
#define NONAMELESSSTRUCT
|
||||
|
||||
#include "winerror.h"
|
||||
#include "windef.h"
|
||||
|
|
Loading…
Reference in New Issue