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:
parent
04ebd9a738
commit
375fb2807f
5 changed files with 17 additions and 4 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue