mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-31 11:50:07 +00:00
Additional cleanup of microsoft_craziness.h.
This commit is contained in:
+1
-1
@@ -1680,7 +1680,7 @@ GB_DEF gbFileContents gb_file_read_contents(gbAllocator a, b32 zero_terminate, c
|
||||
GB_DEF void gb_file_free_contents(gbFileContents *fc);
|
||||
|
||||
|
||||
// TODO(bill): Should these have different na,es as they do not take in a gbFile * ???
|
||||
// TODO(bill): Should these have different names as they do not take in a gbFile * ???
|
||||
GB_DEF b32 gb_file_exists (char const *filepath);
|
||||
GB_DEF gbFileTime gb_file_last_write_time(char const *filepath);
|
||||
GB_DEF b32 gb_file_copy (char const *existing_filename, char const *new_filename, b32 fail_if_exists);
|
||||
|
||||
Reference in New Issue
Block a user