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