We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00f4f2a commit 8d930c1Copy full SHA for 8d930c1
msvcrt_stub.c
@@ -39,10 +39,13 @@ extern int __ref_oldnames;
39
40
#if _APPTYPE == __UNKNOWN_APP
41
42
+extern BOOL WINAPI DllMain (HINSTANCE, DWORD, LPVOID);
43
+
44
BOOL WINAPI
-DllMainCRTStartup (HANDLE hDll, DWORD dwReason, LPVOID lpReserved)
45
+_DllMainCRTStartup (HINSTANCE hDll, DWORD dwReason, LPVOID lpReserved)
46
{
47
BOOL bRet;
48
+ __ref_oldnames = 0; // drag in alternate definitions
49
50
if (dwReason == DLL_PROCESS_ATTACH)
51
0 commit comments