Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
8286b780
Commit
8286b780
authored
Mar 24, 2020
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
server: Don't use wine/unicode.h.
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
6db12325
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
5 deletions
+0
-5
completion.c
server/completion.c
+0
-1
mailslot.c
server/mailslot.c
+0
-1
token.c
server/token.c
+0
-2
unicode.h
server/unicode.h
+0
-1
No files found.
server/completion.c
View file @
8286b780
...
...
@@ -37,7 +37,6 @@
#include "windef.h"
#include "winternl.h"
#include "wine/unicode.h"
#include "object.h"
#include "file.h"
#include "handle.h"
...
...
server/mailslot.c
View file @
8286b780
...
...
@@ -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>
...
...
server/token.c
View file @
8286b780
...
...
@@ -39,8 +39,6 @@
#include "request.h"
#include "security.h"
#include "wine/unicode.h"
#define MAX_SUBAUTH_COUNT 1
const
LUID
SeIncreaseQuotaPrivilege
=
{
5
,
0
};
...
...
server/unicode.h
View file @
8286b780
...
...
@@ -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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment