mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
- Completely removed previously commented code: there's no need to keep it, that's wine specific code.
- Added a diff with that change svn path=/trunk/; revision=36033
This commit is contained in:
parent
90cdd4f331
commit
be700b4487
2 changed files with 11 additions and 2 deletions
|
@ -112,8 +112,6 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
|
|||
|
||||
switch (fdwReason)
|
||||
{
|
||||
//case DLL_WINE_PREATTACH:
|
||||
//return FALSE; /* prefer native version */
|
||||
case DLL_PROCESS_ATTACH:
|
||||
DisableThreadLibraryCalls(hinstDLL);
|
||||
break;
|
||||
|
|
11
reactos/dll/win32/mscoree/mscoree_ros.diff
Normal file
11
reactos/dll/win32/mscoree/mscoree_ros.diff
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- mscoree_main.c Tue Jun 10 13:29:52 2008
|
||||
+++ mscoree_main.c Sun Sep 07 16:53:09 2008
|
||||
@@ -112,8 +112,6 @@
|
||||
|
||||
switch (fdwReason)
|
||||
{
|
||||
- case DLL_WINE_PREATTACH:
|
||||
- return FALSE; /* prefer native version */
|
||||
case DLL_PROCESS_ATTACH:
|
||||
DisableThreadLibraryCalls(hinstDLL);
|
||||
break;
|
Loading…
Reference in a new issue