server: Don't use wine/unicode.h.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
6db1232567
commit
8286b780a4
|
@ -37,7 +37,6 @@
|
|||
#include "windef.h"
|
||||
#include "winternl.h"
|
||||
|
||||
#include "wine/unicode.h"
|
||||
#include "object.h"
|
||||
#include "file.h"
|
||||
#include "handle.h"
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
#include "wine/port.h"
|
||||
#include "ntstatus.h"
|
||||
#define WIN32_NO_STATUS
|
||||
#include "wine/unicode.h"
|
||||
|
||||
#include <assert.h>
|
||||
#include <fcntl.h>
|
||||
|
|
|
@ -39,8 +39,6 @@
|
|||
#include "request.h"
|
||||
#include "security.h"
|
||||
|
||||
#include "wine/unicode.h"
|
||||
|
||||
#define MAX_SUBAUTH_COUNT 1
|
||||
|
||||
const LUID SeIncreaseQuotaPrivilege = { 5, 0 };
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
#include <stdio.h>
|
||||
|
||||
#include "windef.h"
|
||||
#include "wine/unicode.h"
|
||||
#include "object.h"
|
||||
|
||||
extern int memicmp_strW( const WCHAR *str1, const WCHAR *str2, data_size_t len );
|
||||
|
|
Loading…
Reference in New Issue