From afd718e3bda27bf6fc3372d099e08a8b76c30258 Mon Sep 17 00:00:00 2001 From: Dmitry Chapyshev Date: Mon, 8 Sep 2008 13:51:00 +0000 Subject: [PATCH] - Add ros-diff svn path=/trunk/; revision=36055 --- reactos/dll/win32/pstorec/pstorec.c | 2 -- reactos/dll/win32/pstorec/pstorec_ros.diff | 13 +++++++++++++ 2 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 reactos/dll/win32/pstorec/pstorec_ros.diff diff --git a/reactos/dll/win32/pstorec/pstorec.c b/reactos/dll/win32/pstorec/pstorec.c index debb222797a..7e6acc40c13 100644 --- a/reactos/dll/win32/pstorec/pstorec.c +++ b/reactos/dll/win32/pstorec/pstorec.c @@ -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; diff --git a/reactos/dll/win32/pstorec/pstorec_ros.diff b/reactos/dll/win32/pstorec/pstorec_ros.diff new file mode 100644 index 00000000000..aae031aee65 --- /dev/null +++ b/reactos/dll/win32/pstorec/pstorec_ros.diff @@ -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;