mirror of
https://github.com/Ed94/metadesk.git
synced 2026-08-06 23:58:48 +00:00
setup os_init() for manually starting up os_context
This commit is contained in:
@@ -166,7 +166,6 @@ MD_API DWORD os_w32_thread_entry_point(void* ptr);
|
||||
inline String8
|
||||
os_get_current_path_alloc(AllocatorInfo ainfo) {
|
||||
String8 name;
|
||||
// TODO(Ed): Review
|
||||
TempArena scratch = scratch_begin(0, 0);
|
||||
{
|
||||
DWORD length = GetCurrentDirectoryW(0, 0);
|
||||
|
||||
Reference in New Issue
Block a user