Author: winesync
Date: Thu Jul 6 15:10:26 2006
New Revision: 22885
URL:
http://svn.reactos.org/svn/reactos?rev=22885&view=rev
Log:
Autosyncing with Wine HEAD
Modified:
trunk/reactos/dll/win32/cryptdll/cryptdll.c
Modified: trunk/reactos/dll/win32/cryptdll/cryptdll.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/cryptdll/cryptdl…
==============================================================================
--- trunk/reactos/dll/win32/cryptdll/cryptdll.c (original)
+++ trunk/reactos/dll/win32/cryptdll/cryptdll.c Thu Jul 6 15:10:26 2006
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "config.h"
@@ -32,6 +32,8 @@
TRACE("%p,%lx,%p\n", hinstDLL, fdwReason, lpvReserved);
switch (fdwReason) {
+ case DLL_WINE_PREATTACH:
+ return FALSE; /* prefer native version */
case DLL_PROCESS_ATTACH:
{
DisableThreadLibraryCalls(hinstDLL);