[examples] tweaks to overrides example and commentary

This commit is contained in:
Allen Webster
2021-10-09 22:34:41 -07:00
parent 126fab22df
commit b67dc566c6
5 changed files with 35 additions and 21 deletions
+1 -1
View File
@@ -127,7 +127,7 @@ MD_CRT_LoadEntireFile(MD_Arena *arena, MD_String8 filename)
////////////////////////////////////////////////////////////////////////////////
//- win32 header
#if (MD_DEFAULT_FILE_ITER || MD_DEFAULT_MEMORY) && MD_OS_WINDOWS
#if (MD_DEFAULT_FILE_ITER || MD_2DEFAULT_MEMORY) && MD_OS_WINDOWS
# include <Windows.h>
# pragma comment(lib, "User32.lib")
#endif