- 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:
Pierre Schweitzer 2008-09-07 14:06:11 +00:00
parent 90cdd4f331
commit be700b4487
2 changed files with 11 additions and 2 deletions

View file

@ -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;

View 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;