ui_tree_table
This commit is contained in:
@@ -18,9 +18,10 @@ fn b32 os_vmem_decommit(void *p, usize size) {
|
||||
}
|
||||
|
||||
fn void os_error_box(char *str) {
|
||||
MessageBoxA(NULL, str, "fatal error", MB_OK);
|
||||
OutputDebugStringA(str);
|
||||
fprintf(stderr, "%s", str);
|
||||
fflush(stderr);
|
||||
MessageBoxA(NULL, str, "fatal error", MB_OK);
|
||||
}
|
||||
|
||||
fn void os_console_log(char *str) {
|
||||
|
||||
Reference in New Issue
Block a user