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
7e4fa636
Commit
7e4fa636
authored
Mar 02, 2014
by
Grazvydas Ignotas
Committed by
Alexandre Julliard
Mar 03, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Remove unneeded semicolons and fix a typo.
parent
6d1ab7fa
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
14 additions
and
14 deletions
+14
-14
imm.h
include/ddk/imm.h
+1
-1
loadperf.h
include/loadperf.h
+1
-1
msi.h
include/msi.h
+3
-3
shlobj.h
include/shlobj.h
+2
-2
shlwapi.h
include/shlwapi.h
+1
-1
tapi.h
include/tapi.h
+3
-3
winreg.h
include/winreg.h
+2
-2
winsock2.h
include/winsock2.h
+1
-1
No files found.
include/ddk/imm.h
View file @
7e4fa636
...
...
@@ -143,7 +143,7 @@ DWORD WINAPI ImmGetIMCCSize(HIMCC);
BOOL
WINAPI
ImmGenerateMessage
(
HIMC
);
LRESULT
WINAPI
ImmRequestMessageA
(
HIMC
,
WPARAM
,
LPARAM
);
LRESULT
WINAPI
ImmRequestMessageW
(
HIMC
,
WPARAM
,
LPARAM
);
#define ImmRequestMessage WINELIB_NAME_AW(ImmRequestMessage)
;
#define ImmRequestMessage WINELIB_NAME_AW(ImmRequestMessage)
BOOL
WINAPI
ImmTranslateMessage
(
HWND
,
UINT
,
WPARAM
,
LPARAM
);
HWND
WINAPI
ImmCreateSoftKeyboard
(
UINT
,
UINT
,
int
,
int
);
BOOL
WINAPI
ImmDestroySoftKeyboard
(
HWND
);
...
...
include/loadperf.h
View file @
7e4fa636
...
...
@@ -25,7 +25,7 @@ extern "C" {
DWORD
WINAPI
InstallPerfDllA
(
LPCSTR
,
LPCSTR
,
ULONG_PTR
);
DWORD
WINAPI
InstallPerfDllW
(
LPCWSTR
,
LPCWSTR
,
ULONG_PTR
);
#define InstallPerfDll WINELIB_NAME_AW(InstallPerfDll)
;
#define InstallPerfDll WINELIB_NAME_AW(InstallPerfDll)
DWORD
WINAPI
LoadPerfCounterTextStringsA
(
LPCSTR
,
BOOL
);
DWORD
WINAPI
LoadPerfCounterTextStringsW
(
LPCWSTR
,
BOOL
);
...
...
include/msi.h
View file @
7e4fa636
...
...
@@ -493,15 +493,15 @@ INSTALLSTATE WINAPI MsiQueryProductStateW(LPCWSTR);
UINT
WINAPI
MsiConfigureProductA
(
LPCSTR
,
int
,
INSTALLSTATE
);
UINT
WINAPI
MsiConfigureProductW
(
LPCWSTR
,
int
,
INSTALLSTATE
);
#define MsiConfigureProduct WINELIB_NAME_AW(MsiConfigureProduct)
;
#define MsiConfigureProduct WINELIB_NAME_AW(MsiConfigureProduct)
UINT
WINAPI
MsiConfigureProductExA
(
LPCSTR
,
int
,
INSTALLSTATE
,
LPCSTR
);
UINT
WINAPI
MsiConfigureProductExW
(
LPCWSTR
,
int
,
INSTALLSTATE
,
LPCWSTR
);
#define MsiConfigureProductEx WINELIB_NAME_AW(MsiConfigureProductEx)
;
#define MsiConfigureProductEx WINELIB_NAME_AW(MsiConfigureProductEx)
UINT
WINAPI
MsiConfigureFeatureA
(
LPCSTR
,
LPCSTR
,
INSTALLSTATE
);
UINT
WINAPI
MsiConfigureFeatureW
(
LPCWSTR
,
LPCWSTR
,
INSTALLSTATE
);
#define MsiConfigureFeature WINELIB_NAME_AW(MsiConfigureFeature)
;
#define MsiConfigureFeature WINELIB_NAME_AW(MsiConfigureFeature)
UINT
WINAPI
MsiGetProductCodeA
(
LPCSTR
,
LPSTR
);
UINT
WINAPI
MsiGetProductCodeW
(
LPCWSTR
,
LPWSTR
);
...
...
include/shlobj.h
View file @
7e4fa636
...
...
@@ -61,7 +61,7 @@ BOOL WINAPI GetFileNameFromBrowse(HWND,LPWSTR,DWORD,LPCWSTR,LPCWSTR,LPCW
HRESULT
WINAPI
SHGetInstanceExplorer
(
IUnknown
**
);
HRESULT
WINAPI
SHGetFolderPathAndSubDirA
(
HWND
,
int
,
HANDLE
,
DWORD
,
LPCSTR
,
LPSTR
);
HRESULT
WINAPI
SHGetFolderPathAndSubDirW
(
HWND
,
int
,
HANDLE
,
DWORD
,
LPCWSTR
,
LPWSTR
);
#define SHGetFolderPathAndSubDir WINELIB_NAME_AW(SHGetFolderPathAndSubDir)
;
#define SHGetFolderPathAndSubDir WINELIB_NAME_AW(SHGetFolderPathAndSubDir)
HRESULT
WINAPI
SHGetKnownFolderPath
(
REFKNOWNFOLDERID
,
DWORD
,
HANDLE
,
PWSTR
*
);
BOOL
WINAPI
SHGetPathFromIDListA
(
LPCITEMIDLIST
,
LPSTR
);
BOOL
WINAPI
SHGetPathFromIDListW
(
LPCITEMIDLIST
,
LPWSTR
);
...
...
@@ -72,7 +72,7 @@ HRESULT WINAPI SHLoadOLE(LPARAM);
HRESULT
WINAPI
SHParseDisplayName
(
LPCWSTR
,
IBindCtx
*
,
LPITEMIDLIST
*
,
SFGAOF
,
SFGAOF
*
);
HRESULT
WINAPI
SHPathPrepareForWriteA
(
HWND
,
IUnknown
*
,
LPCSTR
,
DWORD
);
HRESULT
WINAPI
SHPathPrepareForWriteW
(
HWND
,
IUnknown
*
,
LPCWSTR
,
DWORD
);
#define SHPathPrepareForWrite WINELIB_NAME_AW(SHPathPrepareForWrite)
;
#define SHPathPrepareForWrite WINELIB_NAME_AW(SHPathPrepareForWrite)
UINT
WINAPI
SHReplaceFromPropSheetExtArray
(
HPSXA
,
UINT
,
LPFNADDPROPSHEETPAGE
,
LPARAM
);
LPITEMIDLIST
WINAPI
SHSimpleIDListFromPath
(
LPCWSTR
);
BOOL
WINAPI
SHRunControlPanel
(
LPCWSTR
,
HWND
);
...
...
include/shlwapi.h
View file @
7e4fa636
...
...
@@ -424,7 +424,7 @@ BOOL WINAPI PathIsDirectoryEmptyW(LPCWSTR);
BOOL
WINAPI
PathIsFileSpecA
(
LPCSTR
);
BOOL
WINAPI
PathIsFileSpecW
(
LPCWSTR
);
#define PathIsFileSpec WINELIB_NAME_AW(PathIsFileSpec)
;
#define PathIsFileSpec WINELIB_NAME_AW(PathIsFileSpec)
BOOL
WINAPI
PathIsPrefixA
(
LPCSTR
,
LPCSTR
);
BOOL
WINAPI
PathIsPrefixW
(
LPCWSTR
,
LPCWSTR
);
...
...
include/tapi.h
View file @
7e4fa636
...
...
@@ -918,11 +918,11 @@ DWORD WINAPI lineGetConfRelatedCalls(HCALL,LPLINECALLLIST);
DWORD
WINAPI
lineGetCountry
(
DWORD
,
DWORD
,
LPLINECOUNTRYLIST
);
DWORD
WINAPI
lineGetDevCapsA
(
HLINEAPP
,
DWORD
,
DWORD
,
DWORD
,
LPLINEDEVCAPS
);
DWORD
WINAPI
lineGetDevCapsW
(
HLINEAPP
,
DWORD
,
DWORD
,
DWORD
,
LPLINEDEVCAPS
);
#define lineGetDevCaps WINELIB_NAME_AW(lineGetDevCaps)
;
#define lineGetDevCaps WINELIB_NAME_AW(lineGetDevCaps)
DWORD
WINAPI
lineGetDevConfig
(
DWORD
,
LPVARSTRING
,
LPCSTR
);
DWORD
WINAPI
lineGetIDA
(
HLINE
,
DWORD
,
HCALL
,
DWORD
,
LPVARSTRING
,
LPCSTR
);
DWORD
WINAPI
lineGetIDW
(
HLINE
,
DWORD
,
HCALL
,
DWORD
,
LPVARSTRING
,
LPCWSTR
);
#define lineGetID WINELIB_NAME_AW(lineGetID)
;
#define lineGetID WINELIB_NAME_AW(lineGetID)
DWORD
WINAPI
lineGetIcon
(
DWORD
,
LPCSTR
,
HICON
*
);
DWORD
WINAPI
lineGetLineDevStatus
(
HLINE
,
LPLINEDEVSTATUS
);
DWORD
WINAPI
lineGetNewCalls
(
HLINE
,
DWORD
,
DWORD
,
LPLINECALLLIST
);
...
...
@@ -941,7 +941,7 @@ LONG WINAPI lineInitializeExW(LPHLINEAPP,HINSTANCE,LINECALLBACK,LPCWSTR,LPDWORD
#define lineInitializeEx WINELIB_NAME_AW(lineInitializeEx)
DWORD
WINAPI
lineMakeCallA
(
HLINE
,
LPHCALL
,
LPCSTR
,
DWORD
,
LPLINECALLPARAMS
);
DWORD
WINAPI
lineMakeCallW
(
HLINE
,
LPHCALL
,
LPCWSTR
,
DWORD
,
LPLINECALLPARAMS
);
#define lineMakeCall WINELIB_NAME
AW(lineMakeCall);
#define lineMakeCall WINELIB_NAME
_AW(lineMakeCall)
DWORD
WINAPI
lineMonitorDigits
(
HCALL
,
DWORD
);
DWORD
WINAPI
lineMonitorMedia
(
HCALL
,
DWORD
);
DWORD
WINAPI
lineMonitorTones
(
HCALL
,
LPLINEMONITORTONE
,
DWORD
);
...
...
include/winreg.h
View file @
7e4fa636
...
...
@@ -87,10 +87,10 @@ WINADVAPI BOOL WINAPI AbortSystemShutdownW(LPWSTR);
#define AbortSystemShutdown WINELIB_NAME_AW(AbortSystemShutdown)
WINADVAPI
BOOL
WINAPI
InitiateSystemShutdownA
(
LPSTR
,
LPSTR
,
DWORD
,
BOOL
,
BOOL
);
WINADVAPI
BOOL
WINAPI
InitiateSystemShutdownW
(
LPWSTR
,
LPWSTR
,
DWORD
,
BOOL
,
BOOL
);
#define InitiateSystemShutdown WINELIB_NAME_AW(InitiateSystemShutdown)
;
#define InitiateSystemShutdown WINELIB_NAME_AW(InitiateSystemShutdown)
WINADVAPI
BOOL
WINAPI
InitiateSystemShutdownExA
(
LPSTR
,
LPSTR
,
DWORD
,
BOOL
,
BOOL
,
DWORD
);
WINADVAPI
BOOL
WINAPI
InitiateSystemShutdownExW
(
LPWSTR
,
LPWSTR
,
DWORD
,
BOOL
,
BOOL
,
DWORD
);
#define InitiateSystemShutdownEx WINELIB_NAME_AW(InitiateSystemShutdownEx)
;
#define InitiateSystemShutdownEx WINELIB_NAME_AW(InitiateSystemShutdownEx)
WINADVAPI
LSTATUS
WINAPI
RegCloseKey
(
HKEY
);
WINADVAPI
LSTATUS
WINAPI
RegConnectRegistryA
(
LPCSTR
,
HKEY
,
PHKEY
);
WINADVAPI
LSTATUS
WINAPI
RegConnectRegistryW
(
LPCWSTR
,
HKEY
,
PHKEY
);
...
...
include/winsock2.h
View file @
7e4fa636
...
...
@@ -724,7 +724,7 @@ typedef int (WINAPI *LPFN_WSAIOCTL)(SOCKET,DWORD,LPVOID,DWORD,LPVOID,DWORD,LPDWO
typedef
int
(
WINAPI
*
LPFN_WSAJOINLEAF
)(
SOCKET
,
const
struct
WS
(
sockaddr
)
*
,
int
,
LPWSABUF
,
LPWSABUF
,
LPQOS
,
LPQOS
,
DWORD
);
typedef
INT
(
WINAPI
*
LPFN_WSALOOKUPSERVICEBEGINA
)(
LPWSAQUERYSETA
,
DWORD
,
LPHANDLE
);
typedef
INT
(
WINAPI
*
LPFN_WSALOOKUPSERVICEBEGINW
)(
LPWSAQUERYSETW
,
DWORD
,
LPHANDLE
);
#define LPFN_WSALOOKUPSERVICEBEGIN WINELIB_NAME_AW(LPFN_WSALOOKUPSERVICEBEGIN)
;
#define LPFN_WSALOOKUPSERVICEBEGIN WINELIB_NAME_AW(LPFN_WSALOOKUPSERVICEBEGIN)
typedef
INT
(
WINAPI
*
LPFN_WSALOOKUPSERVICEEND
)(
HANDLE
);
typedef
INT
(
WINAPI
*
LPFN_WSALOOKUPSERVICENEXTA
)(
HANDLE
,
DWORD
,
LPDWORD
,
LPWSAQUERYSETA
);
typedef
INT
(
WINAPI
*
LPFN_WSALOOKUPSERVICENEXTW
)(
HANDLE
,
DWORD
,
LPDWORD
,
LPWSAQUERYSETW
);
...
...
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