Autosyncing with Wine HEAD

svn path=/trunk/; revision=24842
This commit is contained in:
The Wine Synchronizer
2006-11-26 21:04:10 +00:00
parent b0a023a88a
commit aa9927ced4
+1 -1
View File
@@ -29,7 +29,7 @@ HMODULE CRYPTDLL_hModule = 0;
BOOL WINAPI DllMain (HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
{
TRACE("%p,%lx,%p\n", hinstDLL, fdwReason, lpvReserved);
TRACE("%p,%x,%p\n", hinstDLL, fdwReason, lpvReserved);
switch (fdwReason) {
case DLL_WINE_PREATTACH: