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
17bd7c9a
Commit
17bd7c9a
authored
Oct 12, 2000
by
Francois Gouget
Committed by
Alexandre Julliard
Oct 12, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed stray A/W from invocations of WINELIB_NAME_AW.
parent
97b90093
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
winbase.h
include/winbase.h
+1
-1
wininet.h
include/wininet.h
+1
-1
No files found.
include/winbase.h
View file @
17bd7c9a
...
...
@@ -1500,7 +1500,7 @@ BOOL WINAPI IsProcessorFeaturePresent(DWORD);
BOOL
WINAPI
IsValidLocale
(
DWORD
,
DWORD
);
BOOL
WINAPI
LookupAccountSidA
(
LPCSTR
,
PSID
,
LPSTR
,
LPDWORD
,
LPSTR
,
LPDWORD
,
PSID_NAME_USE
);
BOOL
WINAPI
LookupAccountSidW
(
LPCWSTR
,
PSID
,
LPWSTR
,
LPDWORD
,
LPWSTR
,
LPDWORD
,
PSID_NAME_USE
);
#define LookupAccountSid WINELIB_NAME_AW(LookupAccountSid
W
)
#define LookupAccountSid WINELIB_NAME_AW(LookupAccountSid)
BOOL
WINAPI
LocalFileTimeToFileTime
(
const
FILETIME
*
,
LPFILETIME
);
BOOL
WINAPI
LockFile
(
HANDLE
,
DWORD
,
DWORD
,
DWORD
,
DWORD
);
BOOL
WINAPI
LockFileEx
(
HANDLE
,
DWORD
,
DWORD
,
DWORD
,
DWORD
,
LPOVERLAPPED
);
...
...
include/wininet.h
View file @
17bd7c9a
...
...
@@ -522,7 +522,7 @@ INTERNETAPI HINTERNET WINAPI FtpFindFirstFileW(HINTERNET ,LPCWSTR lpszSearchFile
BOOLAPI
FtpGetFileA
(
HINTERNET
,
LPCSTR
,
LPCSTR
,
BOOL
,
DWORD
,
DWORD
,
DWORD
);
BOOLAPI
FtpGetFileW
(
HINTERNET
,
LPCWSTR
,
LPCWSTR
,
BOOL
,
DWORD
,
DWORD
,
DWORD
);
#define FtpGetFile WINELIB_NAME_AW(FtpGetFile
W
)
#define FtpGetFile WINELIB_NAME_AW(FtpGetFile)
BOOLAPI
FtpPutFileA
(
HINTERNET
,
LPCSTR
,
LPCSTR
,
DWORD
,
DWORD
);
BOOLAPI
FtpPutFileW
(
HINTERNET
,
LPCWSTR
,
LPCWSTR
,
DWORD
,
DWORD
);
...
...
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