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
402d50d5
Commit
402d50d5
authored
Dec 07, 2022
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Use proper dllimports for gdi32 functions.
parent
a1f0d535
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
Makefile.in
dlls/win32u/Makefile.in
+1
-0
wingdi.h
include/wingdi.h
+6
-2
No files found.
dlls/win32u/Makefile.in
View file @
402d50d5
EXTRADEFS
=
-DWINGDIAPI
=
MODULE
=
win32u.dll
UNIXLIB
=
win32u.so
IMPORTLIB
=
win32u
...
...
include/wingdi.h
View file @
402d50d5
...
...
@@ -24,16 +24,20 @@
extern
"C"
{
#endif
#ifndef WINGDIAPI
#if defined(_GDI32_) || defined(WINE_UNIX_LIB)
#define WINGDIAPI
#else
#define WINGDIAPI DECLSPEC_HIDDEN
#define WINGDIAPI DECLSPEC_IMPORT
#endif
#endif
#ifndef WGLAPI
#ifdef _OPENGL32_
#define WGLAPI
#else
#define WGLAPI DECLSPEC_HIDDEN
#define WGLAPI DECLSPEC_IMPORT
#endif
#endif
typedef
struct
_ABCFLOAT
{
...
...
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