Module: wine Branch: master Commit: 8286b780a4ba4bb3ac3ff7a1c278f284f43fe70b URL: https://source.winehq.org/git/wine.git/?a=commit;h=8286b780a4ba4bb3ac3ff7a1c...
Author: Alexandre Julliard julliard@winehq.org Date: Tue Mar 24 12:48:31 2020 +0100
server: Don't use wine/unicode.h.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
server/completion.c | 1 - server/mailslot.c | 1 - server/token.c | 2 -- server/unicode.h | 1 - 4 files changed, 5 deletions(-)
diff --git a/server/completion.c b/server/completion.c index be5ffe585c..db04727b93 100644 --- a/server/completion.c +++ b/server/completion.c @@ -37,7 +37,6 @@ #include "windef.h" #include "winternl.h"
-#include "wine/unicode.h" #include "object.h" #include "file.h" #include "handle.h" diff --git a/server/mailslot.c b/server/mailslot.c index 49e79e9acd..781e6f3141 100644 --- a/server/mailslot.c +++ b/server/mailslot.c @@ -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> diff --git a/server/token.c b/server/token.c index e0f28c6da6..2fa95e17aa 100644 --- a/server/token.c +++ b/server/token.c @@ -39,8 +39,6 @@ #include "request.h" #include "security.h"
-#include "wine/unicode.h" - #define MAX_SUBAUTH_COUNT 1
const LUID SeIncreaseQuotaPrivilege = { 5, 0 }; diff --git a/server/unicode.h b/server/unicode.h index cfeceb88b9..c280fb8e7d 100644 --- a/server/unicode.h +++ b/server/unicode.h @@ -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 );