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