- Add ros-diff

svn path=/trunk/; revision=36055
This commit is contained in:
Dmitry Chapyshev
2008-09-08 13:51:00 +00:00
parent bde9f55dc2
commit afd718e3bd
2 changed files with 13 additions and 2 deletions
-2
View File
@@ -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;