Commit 8286b780 authored by Alexandre Julliard's avatar Alexandre Julliard

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

parent 6db12325
......@@ -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 );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment