mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
-Actually disable TLS.
-Fix boot. svn path=/branches/ros-amd64-bringup/; revision=35825
This commit is contained in:
Vendored
+4
-3
@@ -287,9 +287,10 @@ check_managed_app (void)
|
||||
PIMAGE_OPTIONAL_HEADER64 pNTHeader64;
|
||||
|
||||
/* Force to be linked. */
|
||||
mingw_initltsdrot_force=1;
|
||||
mingw_initltsdyn_force=1;
|
||||
mingw_initltssuo_force=1;
|
||||
//TLS sections
|
||||
//mingw_initltsdrot_force=1;
|
||||
//mingw_initltsdyn_force=1;
|
||||
//mingw_initltssuo_force=1;
|
||||
mingw_initcharmax=1;
|
||||
|
||||
pDOSHeader = (PIMAGE_DOS_HEADER) &__ImageBase;
|
||||
|
||||
-1
@@ -15,7 +15,6 @@
|
||||
<file>natstart.c</file>
|
||||
<file>_newmode.c</file>
|
||||
<file>pesect.c</file>
|
||||
<file>tlssup.c</file>
|
||||
<file>wildcard.c</file>
|
||||
<file>xtxtmode.c</file>
|
||||
<file>xncommod.c</file>
|
||||
|
||||
Reference in New Issue
Block a user