Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
ec6e307b
Commit
ec6e307b
authored
Sep 01, 2007
by
Francois Gouget
Committed by
Alexandre Julliard
Sep 10, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
quartz: Better match the PSDK types and fix the winapi_check warnings.
parent
b306d150
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
2 deletions
+11
-2
main.c
dlls/quartz/main.c
+2
-2
win32.api
tools/winapi/win32.api
+9
-0
No files found.
dlls/quartz/main.c
View file @
ec6e307b
...
@@ -273,7 +273,7 @@ LONG WINAPI DBToAmpFactor(LONG db)
...
@@ -273,7 +273,7 @@ LONG WINAPI DBToAmpFactor(LONG db)
/***********************************************************************
/***********************************************************************
* AMGetErrorTextA (QUARTZ.@)
* AMGetErrorTextA (QUARTZ.@)
*/
*/
DWORD
WINAPI
AMGetErrorTextA
(
HRESULT
hr
,
char
*
buffer
,
DWORD
maxlen
)
DWORD
WINAPI
AMGetErrorTextA
(
HRESULT
hr
,
LPSTR
buffer
,
DWORD
maxlen
)
{
{
int
len
;
int
len
;
static
const
char
format
[]
=
"Error: 0x%x"
;
static
const
char
format
[]
=
"Error: 0x%x"
;
...
@@ -291,7 +291,7 @@ DWORD WINAPI AMGetErrorTextA(HRESULT hr, char *buffer, DWORD maxlen)
...
@@ -291,7 +291,7 @@ DWORD WINAPI AMGetErrorTextA(HRESULT hr, char *buffer, DWORD maxlen)
/***********************************************************************
/***********************************************************************
* AMGetErrorTextW (QUARTZ.@)
* AMGetErrorTextW (QUARTZ.@)
*/
*/
DWORD
WINAPI
AMGetErrorTextW
(
HRESULT
hr
,
WCHAR
*
buffer
,
DWORD
maxlen
)
DWORD
WINAPI
AMGetErrorTextW
(
HRESULT
hr
,
LPWSTR
buffer
,
DWORD
maxlen
)
{
{
int
len
;
int
len
;
static
const
WCHAR
format
[]
=
{
'E'
,
'r'
,
'r'
,
'o'
,
'r'
,
':'
,
' '
,
'0'
,
'x'
,
'%'
,
'l'
,
'x'
,
0
};
static
const
WCHAR
format
[]
=
{
'E'
,
'r'
,
'r'
,
'o'
,
'r'
,
':'
,
' '
,
'0'
,
'x'
,
'%'
,
'l'
,
'x'
,
0
};
...
...
tools/winapi/win32.api
View file @
ec6e307b
...
@@ -4087,6 +4087,7 @@ REFIID
...
@@ -4087,6 +4087,7 @@ REFIID
%long
%long
DWORD
HRESULT
HRESULT
LONG
LONG
...
@@ -4096,6 +4097,14 @@ LPVOID *
...
@@ -4096,6 +4097,14 @@ LPVOID *
REFCLSID
REFCLSID
REFIID
REFIID
%str
LPSTR
%wstr
LPWSTR
%%query.dll
%%query.dll
%long
%long
...
...
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