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