krnl386.exe16: Remove unneeded NONAMELESSXXX directives.

This commit is contained in:
Francois Gouget 2015-03-12 10:40:57 +01:00 committed by Alexandre Julliard
parent ecc04f6996
commit bc68822c09
5 changed files with 4 additions and 8 deletions

View File

@ -30,8 +30,6 @@
#include <stdio.h>
#include <assert.h>
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "winerror.h"
#include "windef.h"
#include "winbase.h"

View File

@ -25,10 +25,9 @@
#include <string.h>
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "ntstatus.h"
#define WIN32_NO_STATUS
#define NONAMELESSUNION
#include "wine/winbase16.h"
#include "wine/debug.h"
#include "winternl.h"

View File

@ -30,7 +30,7 @@
#include "config.h"
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include <stdlib.h>
#include <string.h>
#include "wine/winbase16.h"

View File

@ -22,7 +22,7 @@
#include <string.h>
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"

View File

@ -34,10 +34,9 @@
#include <string.h>
#include <stdarg.h>
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "ntstatus.h"
#define WIN32_NO_STATUS
#define NONAMELESSUNION
#include "windef.h"
#include "winbase.h"
#include "winerror.h"