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
88cb3351
Commit
88cb3351
authored
Dec 08, 1998
by
Marcus Meissner
Committed by
Alexandre Julliard
Dec 08, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move TWEAK_Init from USER to GDIInit.
parent
7d5fd8dc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
main.c
loader/main.c
+3
-3
No files found.
loader/main.c
View file @
88cb3351
...
...
@@ -161,9 +161,12 @@ BOOL32 WINAPI MAIN_GdiInit(HINSTANCE32 hinstDLL, DWORD fdwReason, LPVOID lpvRese
LocalInit
(
GDI_HeapSel
,
0
,
GDI_HEAP_SIZE
-
1
);
}
if
(
!
TWEAK_Init
())
return
FALSE
;
/* GDI initialisation */
if
(
!
GDI_Init
())
return
FALSE
;
/* PSDRV initialization */
if
(
!
PSDRV_Init
())
return
FALSE
;
...
...
@@ -193,9 +196,6 @@ BOOL32 WINAPI MAIN_UserInit(HINSTANCE32 hinstDLL, DWORD fdwReason, LPVOID lpvRes
LocalInit
(
USER_HeapSel
,
0
,
0xffff
);
}
/* Initialize Wine tweaks */
if
(
!
TWEAK_Init
())
return
FALSE
;
/* Global atom table initialisation */
if
(
!
ATOM_Init
(
USER_HeapSel
))
return
FALSE
;
...
...
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