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
d6ade697
Commit
d6ade697
authored
Mar 13, 1999
by
Dave Pickles
Committed by
Alexandre Julliard
Mar 13, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed a couple of missing #defines for Win32 API functions with
ASCII/Unicode versions.
parent
48241e99
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
winbase.h
include/winbase.h
+3
-1
No files found.
include/winbase.h
View file @
d6ade697
...
...
@@ -1550,6 +1550,7 @@ VOID WINAPI RtlMoveMemory(LPVOID,LPCVOID,UINT);
VOID
WINAPI
RtlZeroMemory
(
LPVOID
,
UINT
);
DWORD
WINAPI
SearchPathA
(
LPCSTR
,
LPCSTR
,
LPCSTR
,
DWORD
,
LPSTR
,
LPSTR
*
);
DWORD
WINAPI
SearchPathW
(
LPCWSTR
,
LPCWSTR
,
LPCWSTR
,
DWORD
,
LPWSTR
,
LPWSTR
*
);
#define SearchPath WINELIB_NAME_AW(SearchPath)
BOOL
WINAPI
SetCommMask
(
INT
,
DWORD
);
BOOL
WINAPI
SetComputerNameA
(
LPCSTR
);
BOOL
WINAPI
SetComputerNameW
(
LPCWSTR
);
...
...
@@ -1817,9 +1818,10 @@ BOOL WINAPI WritePrivateProfileSectionW(LPCWSTR,LPCWSTR,LPCWSTR);
#define WritePrivateProfileSection WINELIB_NAME_AW(WritePrivateProfileSection)
BOOL
WINAPI
WritePrivateProfileStringA
(
LPCSTR
,
LPCSTR
,
LPCSTR
,
LPCSTR
);
BOOL
WINAPI
WritePrivateProfileStringW
(
LPCWSTR
,
LPCWSTR
,
LPCWSTR
,
LPCWSTR
);
#define WritePrivateProfileString WINELIB_NAME_AW(WritePrivateProfileString)
BOOL
WINAPI
WriteProfileSectionA
(
LPCSTR
,
LPCSTR
);
BOOL
WINAPI
WriteProfileSectionW
(
LPCWSTR
,
LPCWSTR
);
#define WritePrivateProfileS
tring WINELIB_NAME_AW(WritePrivateProfileString
)
#define WritePrivateProfileS
ection WINELIB_NAME_AW(WritePrivateProfileSection
)
BOOL
WINAPI
WritePrivateProfileStructA
(
LPCSTR
,
LPCSTR
,
LPVOID
,
UINT
,
LPCSTR
);
BOOL
WINAPI
WritePrivateProfileStructW
(
LPCWSTR
,
LPCWSTR
,
LPVOID
,
UINT
,
LPCWSTR
);
#define WritePrivateProfileStruct WINELIB_NAME_AW(WritePrivateProfileStruct)
...
...
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