Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
d30a0dd681d82251dc3611c49d6a2d9ce2e48e5c
/
.
/
PC
/
python3dll.c
blob: b171fcae35b5900b0e5cb7e25df8f65cc2b9800f [
file
] [
log
] [
blame
]
#include
<windows.h>
BOOL WINAPI
DllMain
(
HINSTANCE hInstDLL
,
DWORD fdwReason
,
LPVOID lpReserved
)
{
return
TRUE
;
}