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
4a848304
Commit
4a848304
authored
Jul 04, 2019
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wineboot: Build with msvcrt.
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
6887af4f
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
1 deletion
+3
-1
Makefile.in
programs/wineboot/Makefile.in
+2
-0
shutdown.c
programs/wineboot/shutdown.c
+1
-1
wineboot.c
programs/wineboot/wineboot.c
+0
-0
No files found.
programs/wineboot/Makefile.in
View file @
4a848304
...
...
@@ -3,6 +3,8 @@ APPMODE = -mconsole
IMPORTS
=
uuid advapi32
DELAYIMPORTS
=
shell32 shlwapi version user32
EXTRADLLFLAGS
=
-mno-cygwin
C_SRCS
=
\
shutdown.c
\
wineboot.c
...
...
programs/wineboot/shutdown.c
View file @
4a848304
...
...
@@ -63,7 +63,7 @@ static BOOL CALLBACK enum_proc( HWND hwnd, LPARAM lp )
}
/* compare two window info structures; callback for qsort */
static
int
cmp_window
(
const
void
*
ptr1
,
const
void
*
ptr2
)
static
int
__cdecl
cmp_window
(
const
void
*
ptr1
,
const
void
*
ptr2
)
{
const
struct
window_info
*
info1
=
ptr1
;
const
struct
window_info
*
info2
=
ptr2
;
...
...
programs/wineboot/wineboot.c
View file @
4a848304
This diff is collapsed.
Click to expand it.
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