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
4599108c
Commit
4599108c
authored
Mar 10, 2020
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gdi.exe: Build with msvcrt.
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
41ec44bf
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
5 deletions
+1
-5
Makefile.in
dlls/gdi.exe16/Makefile.in
+1
-1
env.c
dlls/gdi.exe16/env.c
+0
-2
metafile.c
dlls/gdi.exe16/metafile.c
+0
-2
No files found.
dlls/gdi.exe16/Makefile.in
View file @
4599108c
MODULE
=
gdi.exe16
MODULE
=
gdi.exe16
IMPORTS
=
user32 advapi32 gdi32
IMPORTS
=
user32 advapi32 gdi32
EXTRADLLFLAGS
=
-m16
-Wb
,--main-module,gdi32.dll,--heap,65520
EXTRADLLFLAGS
=
-m16
-
mno-cygwin
-
Wb
,--main-module,gdi32.dll,--heap,65520
C_SRCS
=
\
C_SRCS
=
\
bidi.c
\
bidi.c
\
...
...
dlls/gdi.exe16/env.c
View file @
4599108c
...
@@ -21,8 +21,6 @@
...
@@ -21,8 +21,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
*/
#include "config.h"
#include <stdarg.h>
#include <stdarg.h>
#include <stdio.h>
#include <stdio.h>
#include <string.h>
#include <string.h>
...
...
dlls/gdi.exe16/metafile.c
View file @
4599108c
...
@@ -21,8 +21,6 @@
...
@@ -21,8 +21,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
*/
#include "config.h"
#include <string.h>
#include <string.h>
#include <fcntl.h>
#include <fcntl.h>
...
...
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