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
3efc0fbf
Commit
3efc0fbf
authored
Nov 12, 2022
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winecrt0: Don't build with WINE_UNIX_LIB.
These files end up in a .exe.so module, not in a real Unix library.
parent
053ee2d2
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
0 deletions
+12
-0
exe_entry.c
dlls/winecrt0/exe_entry.c
+3
-0
exe_main.c
dlls/winecrt0/exe_main.c
+3
-0
exe_wentry.c
dlls/winecrt0/exe_wentry.c
+3
-0
exe_wmain.c
dlls/winecrt0/exe_wmain.c
+3
-0
No files found.
dlls/winecrt0/exe_entry.c
View file @
3efc0fbf
...
...
@@ -22,6 +22,9 @@
#pragma makedep unix
#endif
/* this is actually part of a static lib linked into a .exe.so module, not a real Unix library */
#undef WINE_UNIX_LIB
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
...
...
dlls/winecrt0/exe_main.c
View file @
3efc0fbf
...
...
@@ -22,6 +22,9 @@
#pragma makedep unix
#endif
/* this is actually part of a static lib linked into a .exe.so module, not a real Unix library */
#undef WINE_UNIX_LIB
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
...
...
dlls/winecrt0/exe_wentry.c
View file @
3efc0fbf
...
...
@@ -22,6 +22,9 @@
#pragma makedep unix
#endif
/* this is actually part of a static lib linked into a .exe.so module, not a real Unix library */
#undef WINE_UNIX_LIB
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
...
...
dlls/winecrt0/exe_wmain.c
View file @
3efc0fbf
...
...
@@ -22,6 +22,9 @@
#pragma makedep unix
#endif
/* this is actually part of a static lib linked into a .exe.so module, not a real Unix library */
#undef WINE_UNIX_LIB
#include <stdarg.h>
#include "windef.h"
#include "winbase.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