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
14c96c10
Commit
14c96c10
authored
Apr 03, 2002
by
Patrik Stridvall
Committed by
Alexandre Julliard
Apr 03, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed some issues found by winapi_check.
parent
8657ed51
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
21 additions
and
21 deletions
+21
-21
dirid.c
dlls/setupapi/dirid.c
+1
-1
setupapi.spec
dlls/setupapi/setupapi.spec
+2
-2
stubs.c
dlls/setupapi/stubs.c
+4
-4
bitmap.c
dlls/ttydrv/bitmap.c
+1
-1
objects.c
dlls/ttydrv/objects.c
+1
-1
brush.c
dlls/wineps/brush.c
+1
-1
font.c
dlls/wineps/font.c
+1
-1
objects.c
dlls/wineps/objects.c
+1
-1
pen.c
dlls/wineps/pen.c
+1
-1
bitmap.c
graphics/x11drv/bitmap.c
+1
-1
brush.c
graphics/x11drv/brush.c
+1
-1
dib.c
graphics/x11drv/dib.c
+4
-4
pen.c
graphics/x11drv/pen.c
+1
-1
xfont.c
graphics/x11drv/xfont.c
+1
-1
No files found.
dlls/setupapi/dirid.c
View file @
14c96c10
...
...
@@ -186,7 +186,7 @@ static BOOL store_user_dirid( HINF hinf, int id, WCHAR *str )
/***********************************************************************
* SetupSetDirectoryId
W
(SETUPAPI.@)
* SetupSetDirectoryId
A
(SETUPAPI.@)
*/
BOOL
WINAPI
SetupSetDirectoryIdA
(
HINF
hinf
,
DWORD
id
,
PCSTR
dir
)
{
...
...
dlls/setupapi/setupapi.spec
View file @
14c96c10
...
...
@@ -246,8 +246,8 @@ debug_channels (setupapi)
@ stdcall SetupQueueCopySectionA(long str long long str long) SetupQueueCopySectionA
@ stdcall SetupQueueCopySectionW(long wstr long long wstr long) SetupQueueCopySectionW
@ stdcall SetupQueueCopyW(long wstr wstr wstr wstr wstr wstr wstr long) SetupQueueCopyW
@ stdcall SetupQueueDefaultCopyA(long long str str long) SetupQueueDefaultCopyA
@ stdcall SetupQueueDefaultCopyW(long long wstr wstr long) SetupQueueDefaultCopyW
@ stdcall SetupQueueDefaultCopyA(long long str str
str
long) SetupQueueDefaultCopyA
@ stdcall SetupQueueDefaultCopyW(long long wstr wstr
wstr
long) SetupQueueDefaultCopyW
@ stdcall SetupQueueDeleteA(long str str) SetupQueueDeleteA
@ stdcall SetupQueueDeleteSectionA(long long long str) SetupQueueDeleteSectionA
@ stdcall SetupQueueDeleteSectionW(long long long wstr) SetupQueueDeleteSectionW
...
...
dlls/setupapi/stubs.c
View file @
14c96c10
...
...
@@ -26,7 +26,7 @@ WINE_DEFAULT_DEBUG_CHANNEL(setupapi);
/***********************************************************************
* SetupIterateCabinetA (SETUPAPI.
205
)
* SetupIterateCabinetA (SETUPAPI.
@
)
*/
BOOL
WINAPI
SetupIterateCabinetA
(
PCSTR
CabinetFile
,
DWORD
Reserved
,
PSP_FILE_CALLBACK_A
MsgHandler
,
PVOID
Context
)
...
...
@@ -36,7 +36,7 @@ BOOL WINAPI SetupIterateCabinetA(PCSTR CabinetFile, DWORD Reserved,
}
/***********************************************************************
* SetupIterateCabinetW (SETUPAPI.
206
)
* SetupIterateCabinetW (SETUPAPI.
@
)
*/
BOOL
WINAPI
SetupIterateCabinetW
(
PWSTR
CabinetFile
,
DWORD
Reserved
,
PSP_FILE_CALLBACK_W
MsgHandler
,
PVOID
Context
)
...
...
@@ -47,7 +47,7 @@ BOOL WINAPI SetupIterateCabinetW(PWSTR CabinetFile, DWORD Reserved,
/***********************************************************************
* TPWriteProfileString
16
(SETUPX.62)
* TPWriteProfileString (SETUPX.62)
*/
BOOL
WINAPI
TPWriteProfileString16
(
LPCSTR
section
,
LPCSTR
entry
,
LPCSTR
string
)
{
...
...
@@ -57,7 +57,7 @@ BOOL WINAPI TPWriteProfileString16( LPCSTR section, LPCSTR entry, LPCSTR string
/***********************************************************************
* suErrorToIds
16
(SETUPX.61)
* suErrorToIds (SETUPX.61)
*/
DWORD
WINAPI
suErrorToIds16
(
WORD
w1
,
WORD
w2
)
{
...
...
dlls/ttydrv/bitmap.c
View file @
14c96c10
...
...
@@ -136,7 +136,7 @@ static LONG TTYDRV_DC_GetBitmapBits(BITMAPOBJ *bitmap, void *bits, LONG count)
}
/***********************************************************************
*
TTYDRV_
SelectBitmap (TTYDRV.@)
* SelectBitmap (TTYDRV.@)
*/
HBITMAP
TTYDRV_SelectBitmap
(
TTYDRV_PDEVICE
*
physDev
,
HBITMAP
hbitmap
)
{
...
...
dlls/ttydrv/objects.c
View file @
14c96c10
...
...
@@ -33,7 +33,7 @@ extern BOOL TTYDRV_DC_BITMAP_DeleteObject(HBITMAP hbitmap, BITMAPOBJ *bitmap);
/***********************************************************************
*
TTYDRV_
SelectFont (TTYDRV.@)
* SelectFont (TTYDRV.@)
*/
HFONT
TTYDRV_SelectFont
(
TTYDRV_PDEVICE
*
physDev
,
HFONT
hfont
)
{
...
...
dlls/wineps/brush.c
View file @
14c96c10
...
...
@@ -25,7 +25,7 @@
WINE_DEFAULT_DEBUG_CHANNEL
(
psdrv
);
/***********************************************************************
*
PSDRV_
SelectBrush (WINEPS.@)
* SelectBrush (WINEPS.@)
*/
HBRUSH
PSDRV_SelectBrush
(
PSDRV_PDEVICE
*
physDev
,
HBRUSH
hbrush
)
{
...
...
dlls/wineps/font.c
View file @
14c96c10
...
...
@@ -138,7 +138,7 @@ static VOID ScaleFont(const AFM *afm, LONG lfHeight, PSFONT *font,
}
/***********************************************************************
*
PSDRV_
SelectFont (WINEPS.@)
* SelectFont (WINEPS.@)
*/
HFONT
PSDRV_SelectFont
(
PSDRV_PDEVICE
*
physDev
,
HFONT
hfont
)
{
...
...
dlls/wineps/objects.c
View file @
14c96c10
...
...
@@ -24,7 +24,7 @@
WINE_DEFAULT_DEBUG_CHANNEL
(
psdrv
);
/***********************************************************************
*
PSDRV_
SelectBitmap (WINEPS.@)
* SelectBitmap (WINEPS.@)
*/
HBITMAP
PSDRV_SelectBitmap
(
PSDRV_PDEVICE
*
physDev
,
HBITMAP
hbitmap
)
{
...
...
dlls/wineps/pen.c
View file @
14c96c10
...
...
@@ -30,7 +30,7 @@ static char PEN_dashdotdot[] = "40 20 20 20 20 20"; /* ---- -- -- ---- */
static
char
PEN_alternate
[]
=
"1"
;
/***********************************************************************
*
PSDRV_
SelectPen (WINEPS.@)
* SelectPen (WINEPS.@)
*/
HPEN
PSDRV_SelectPen
(
PSDRV_PDEVICE
*
physDev
,
HPEN
hpen
)
{
...
...
graphics/x11drv/bitmap.c
View file @
14c96c10
...
...
@@ -74,7 +74,7 @@ BOOL X11DRV_BITMAP_Init(void)
}
/***********************************************************************
*
X11DRV_
SelectBitmap (X11DRV.@)
* SelectBitmap (X11DRV.@)
*/
HBITMAP
X11DRV_SelectBitmap
(
X11DRV_PDEVICE
*
physDev
,
HBITMAP
hbitmap
)
{
...
...
graphics/x11drv/brush.c
View file @
14c96c10
...
...
@@ -229,7 +229,7 @@ static BOOL BRUSH_SelectPatternBrush( X11DRV_PDEVICE *physDev, HBITMAP hbitmap )
/***********************************************************************
*
X11DRV_
SelectBrush (X11DRV.@)
* SelectBrush (X11DRV.@)
*/
HBRUSH
X11DRV_SelectBrush
(
X11DRV_PDEVICE
*
physDev
,
HBRUSH
hbrush
)
{
...
...
graphics/x11drv/dib.c
View file @
14c96c10
...
...
@@ -4816,7 +4816,7 @@ INT X11DRV_SetDIBitsToDevice( X11DRV_PDEVICE *physDev, INT xDest, INT yDest, DWO
}
/***********************************************************************
*
X11DRV_
SetDIBits (X11DRV.@)
* SetDIBits (X11DRV.@)
*/
INT
X11DRV_SetDIBits
(
X11DRV_PDEVICE
*
physDev
,
HBITMAP
hbitmap
,
UINT
startscan
,
UINT
lines
,
LPCVOID
bits
,
const
BITMAPINFO
*
info
,
UINT
coloruse
)
...
...
@@ -4904,7 +4904,7 @@ INT X11DRV_SetDIBits( X11DRV_PDEVICE *physDev, HBITMAP hbitmap, UINT startscan,
}
/***********************************************************************
*
X11DRV_
GetDIBits (X11DRV.@)
* GetDIBits (X11DRV.@)
*/
INT
X11DRV_GetDIBits
(
X11DRV_PDEVICE
*
physDev
,
HBITMAP
hbitmap
,
UINT
startscan
,
UINT
lines
,
LPVOID
bits
,
BITMAPINFO
*
info
,
UINT
coloruse
)
...
...
@@ -5854,7 +5854,7 @@ void X11DRV_DIB_DeleteDIBSection(BITMAPOBJ *bmp)
}
/***********************************************************************
*
X11DRV_
SetDIBColorTable (X11DRV.@)
* SetDIBColorTable (X11DRV.@)
*/
UINT
X11DRV_SetDIBColorTable
(
X11DRV_PDEVICE
*
physDev
,
UINT
start
,
UINT
count
,
const
RGBQUAD
*
colors
)
{
...
...
@@ -5885,7 +5885,7 @@ UINT X11DRV_SetDIBColorTable( X11DRV_PDEVICE *physDev, UINT start, UINT count, c
}
/***********************************************************************
*
X11DRV_
GetDIBColorTable (X11DRV.@)
* GetDIBColorTable (X11DRV.@)
*/
UINT
X11DRV_GetDIBColorTable
(
X11DRV_PDEVICE
*
physDev
,
UINT
start
,
UINT
count
,
RGBQUAD
*
colors
)
{
...
...
graphics/x11drv/pen.c
View file @
14c96c10
...
...
@@ -32,7 +32,7 @@ static const char PEN_dashdotdot[] = { 12,4,4,4,4,4 };
static
const
char
PEN_alternate
[]
=
{
1
,
1
};
/***********************************************************************
*
X11DRV_
SelectPen (X11DRV.@)
* SelectPen (X11DRV.@)
*/
HPEN
X11DRV_SelectPen
(
X11DRV_PDEVICE
*
physDev
,
HPEN
hpen
)
{
...
...
graphics/x11drv/xfont.c
View file @
14c96c10
...
...
@@ -3182,7 +3182,7 @@ LPIFONTINFO16 XFONT_GetFontInfo( X_PHYSFONT pFont )
* *
***********************************************************************/
/***********************************************************************
*
X11DRV_
SelectFont (X11DRV.@)
* SelectFont (X11DRV.@)
*/
HFONT
X11DRV_SelectFont
(
X11DRV_PDEVICE
*
physDev
,
HFONT
hfont
)
{
...
...
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