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