mirror of
https://github.com/python/cpython
synced 2024-11-02 14:48:31 +00:00
9 lines
No EOL
134 B
C
9 lines
No EOL
134 B
C
#include <windows.h>
|
|
|
|
BOOL WINAPI
|
|
DllMain(HINSTANCE hInstDLL,
|
|
DWORD fdwReason,
|
|
LPVOID lpReserved)
|
|
{
|
|
return TRUE;
|
|
} |