1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-28 20:46:00 +02:00

BF_RUNTIME_DISABLE improvements

This commit is contained in:
Brian Fiete 2025-02-18 09:26:34 -08:00
parent 04ebd9a738
commit 375fb2807f
5 changed files with 17 additions and 4 deletions

View file

@ -746,8 +746,8 @@ namespace System
return 0;
}
[LinkName(.C), AlwaysInclude]
static extern void WinMain(void* module, void* prevModule, char8* args, int32 showCmd);
/*[LinkName(.C), AlwaysInclude]
static extern void WinMain(void* module, void* prevModule, char8* args, int32 showCmd);*/
[LinkName(.C), AlwaysInclude]
static extern int32 main(int argc, char8** argv);