Sign in
◑
Theme
chromium
/
external
/
github.com
/
python
/
cpython
/
b29cee40ee948731f239cc3a200c62ea3dbabc9f
/
.
/
PC
/
python3dll.c
blob: ef2907112564fe4506d9733ba1407a1aec6095aa [
file
]
#include
<windows.h>
BOOL WINAPI
DllMain
(
HINSTANCE hInstDLL
,
DWORD fdwReason
,
LPVOID lpReserved
)
{
return
TRUE
;
}