Additional cleanup of microsoft_craziness.h.

This commit is contained in:
Jeroen van Rijn
2022-05-27 20:59:46 +02:00
parent 34f1bda57c
commit 2f7bd154a2
3 changed files with 54 additions and 105 deletions
+1 -1
View File
@@ -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);