server: Don't use wine/unicode.h.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
feature/deterministic
Alexandre Julliard 2020-03-24 12:48:31 +01:00
parent 6db1232567
commit 8286b780a4
4 changed files with 0 additions and 5 deletions

View File

@ -37,7 +37,6 @@
#include "windef.h"
#include "winternl.h"
#include "wine/unicode.h"
#include "object.h"
#include "file.h"
#include "handle.h"

View File

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

View File

@ -39,8 +39,6 @@
#include "request.h"
#include "security.h"
#include "wine/unicode.h"
#define MAX_SUBAUTH_COUNT 1
const LUID SeIncreaseQuotaPrivilege = { 5, 0 };

View File

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