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