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
a489fb5a
Commit
a489fb5a
authored
Sep 06, 2004
by
Dmitry Timoshkov
Committed by
Alexandre Julliard
Sep 06, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move MulDiv prototype from wingdi.h to winbase.h where it belongs.
parent
2a1f4f14
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
winbase.h
include/winbase.h
+1
-0
wingdi.h
include/wingdi.h
+0
-2
No files found.
include/winbase.h
View file @
a489fb5a
...
...
@@ -1520,6 +1520,7 @@ BOOL WINAPI MoveFileW(LPCWSTR,LPCWSTR);
BOOL
WINAPI
MoveFileExA
(
LPCSTR
,
LPCSTR
,
DWORD
);
BOOL
WINAPI
MoveFileExW
(
LPCWSTR
,
LPCWSTR
,
DWORD
);
#define MoveFileEx WINELIB_NAME_AW(MoveFileEx)
INT
WINAPI
MulDiv
(
INT
,
INT
,
INT
);
BOOL
WINAPI
NotifyChangeEventLog
(
HANDLE
,
HANDLE
);
HANDLE
WINAPI
OpenBackupEventLogA
(
LPCSTR
,
LPCSTR
);
HANDLE
WINAPI
OpenBackupEventLogW
(
LPCWSTR
,
LPCWSTR
);
...
...
include/wingdi.h
View file @
a489fb5a
...
...
@@ -3458,8 +3458,6 @@ BOOL WINAPI LPtoDP(HDC,LPPOINT,INT);
BOOL
WINAPI
MaskBlt
(
HDC
,
INT
,
INT
,
INT
,
INT
,
HDC
,
INT
,
INT
,
HBITMAP
,
INT
,
INT
,
DWORD
);
BOOL
WINAPI
ModifyWorldTransform
(
HDC
,
const
XFORM
*
,
DWORD
);
BOOL
WINAPI
MoveToEx
(
HDC
,
INT
,
INT
,
LPPOINT
);
/* FIXME This is defined in kernel32.spec !?*/
INT
WINAPI
MulDiv
(
INT
,
INT
,
INT
);
INT
WINAPI
OffsetClipRgn
(
HDC
,
INT
,
INT
);
INT
WINAPI
OffsetRgn
(
HRGN
,
INT
,
INT
);
BOOL
WINAPI
OffsetViewportOrgEx
(
HDC
,
INT
,
INT
,
LPPOINT
);
...
...
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