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