Changed filesystem for static site

This commit is contained in:
Lao Tzu
2026-06-11 13:53:59 -07:00
parent 32cc108c4a
commit c887d058f0
220 changed files with 1199859 additions and 224 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;
}