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