half-working version 1

This commit is contained in:
Lao Tzu
2026-06-11 16:41:45 -07:00
parent c887d058f0
commit 987cbe792f
397 changed files with 609 additions and 1199475 deletions
@@ -0,0 +1,9 @@
#include <windows.h>
BOOL WINAPI DllMainCRTStartup(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
{
(void) hinstDLL;
(void) fdwReason;
(void) lpvReserved;
return TRUE;
}