Merge branches/pep-0384.
diff --git a/PC/python3dll.c b/PC/python3dll.c
new file mode 100644
index 0000000..b171fca
--- /dev/null
+++ b/PC/python3dll.c
@@ -0,0 +1,9 @@
+#include <windows.h>

+

+BOOL WINAPI

+DllMain(HINSTANCE hInstDLL,

+        DWORD fdwReason,

+        LPVOID lpReserved)

+{

+    return TRUE;

+}
\ No newline at end of file