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
6dab9cde
Commit
6dab9cde
authored
Apr 16, 2011
by
Andrew Nguyen
Committed by
Alexandre Julliard
Apr 18, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wing32: Fix two typos in export names.
parent
2b92e554
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
wing32.c
dlls/wing32/wing32.c
+4
-4
wing32.spec
dlls/wing32/wing32.spec
+2
-2
No files found.
dlls/wing32/wing32.c
View file @
6dab9cde
...
...
@@ -95,9 +95,9 @@ UINT WINAPI WinGGetDIBColorTable( HDC hdc, UINT start, UINT end, RGBQUAD *colors
}
/***********************************************************************
* WinGCreateHalf
T
onePalette (WING32.@)
* WinGCreateHalf
t
onePalette (WING32.@)
*/
HPALETTE
WINAPI
WinGCreateHalf
T
onePalette
(
void
)
HPALETTE
WINAPI
WinGCreateHalf
t
onePalette
(
void
)
{
HDC
hdc
;
HPALETTE
hpal
;
...
...
@@ -110,9 +110,9 @@ HPALETTE WINAPI WinGCreateHalfTonePalette( void )
}
/***********************************************************************
* WinGCreateHalf
T
oneBrush (WING32.@)
* WinGCreateHalf
t
oneBrush (WING32.@)
*/
HBRUSH
WINAPI
WinGCreateHalf
T
oneBrush
(
HDC
hdc
,
COLORREF
color
,
INT
type
)
HBRUSH
WINAPI
WinGCreateHalf
t
oneBrush
(
HDC
hdc
,
COLORREF
color
,
INT
type
)
{
return
CreateSolidBrush
(
color
);
}
...
...
dlls/wing32/wing32.spec
View file @
6dab9cde
@ stdcall WinGBitBlt(long long long long long long long long)
@ stdcall WinGCreateBitmap(long ptr ptr)
@ stdcall WinGCreateDC()
@ stdcall WinGCreateHalf
T
oneBrush(long long long)
@ stdcall WinGCreateHalf
T
onePalette()
@ stdcall WinGCreateHalf
t
oneBrush(long long long)
@ stdcall WinGCreateHalf
t
onePalette()
@ stdcall WinGGetDIBColorTable(long long long ptr)
@ stdcall WinGGetDIBPointer(long ptr)
@ stdcall WinGRecommendDIBFormat(ptr)
...
...
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