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
fc55cdcd
Commit
fc55cdcd
authored
Dec 04, 2009
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gdi32: Stop exporting the 16-bit print job functions.
parent
cc2d6f33
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
5 deletions
+2
-5
Makefile.in
dlls/gdi32/Makefile.in
+2
-2
gdi32.spec
dlls/gdi32/gdi32.spec
+0
-3
No files found.
dlls/gdi32/Makefile.in
View file @
fc55cdcd
...
...
@@ -47,14 +47,14 @@ C_SRCS = \
path.c
\
pen.c
\
printdrv.c
\
printdrv16.c
\
region.c
C_SRCS16
=
\
bidi16.c
\
env.c
\
gdi16.c
\
metafile16.c
metafile16.c
\
printdrv16.c
RC_SRCS
=
version.rc
RC_SRCS16
=
version16.rc
...
...
dlls/gdi32/gdi32.spec
View file @
fc55cdcd
...
...
@@ -513,13 +513,10 @@
################################################################
# Wine extensions: Win16 functions that are needed by other dlls
#
@ stdcall CloseJob16(long)
@ stdcall GetDCHook(long ptr)
@ stdcall OpenJob16(str str long)
@ stdcall SelectVisRgn(long long)
@ stdcall SetDCHook(long ptr long)
@ stdcall SetHookFlags(long long)
@ stdcall WriteSpool16(long ptr long)
################################################################
# Wine internal extensions
...
...
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