mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 12:23:31 +00:00
- Add ros-diff
svn path=/trunk/; revision=36055
This commit is contained in:
@@ -43,8 +43,6 @@ BOOL WINAPI DllMain(HINSTANCE hinst, DWORD fdwReason, LPVOID fImpLoad)
|
||||
|
||||
switch (fdwReason)
|
||||
{
|
||||
case DLL_WINE_PREATTACH:
|
||||
return FALSE; /* prefer native version */
|
||||
case DLL_PROCESS_ATTACH:
|
||||
DisableThreadLibraryCalls(hinst);
|
||||
break;
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
Index: pstorec.c
|
||||
===================================================================
|
||||
--- pstorec.c (revision 36054)
|
||||
+++ pstorec.c (working copy)
|
||||
@@ -43,8 +43,6 @@
|
||||
|
||||
switch (fdwReason)
|
||||
{
|
||||
- case DLL_WINE_PREATTACH:
|
||||
- return FALSE; /* prefer native version */
|
||||
case DLL_PROCESS_ATTACH:
|
||||
DisableThreadLibraryCalls(hinst);
|
||||
break;
|
||||
Reference in New Issue
Block a user