mirror of
https://github.com/Ed94/HandmadeHero.git
synced 2025-07-01 11:21:05 -07:00
Day 1 complete.
This commit is contained in:
@ -3,4 +3,10 @@ Alternative header for windows.h
|
||||
*/
|
||||
|
||||
#include "windows/windows_base.h"
|
||||
#include "windows/window.h"
|
||||
|
||||
#ifdef UNICODE
|
||||
constexpr auto MessageBox = MessageBoxW;
|
||||
#else
|
||||
constexpr auto MessageBox = MessageBoxA;
|
||||
#endif // !UNICODE
|
||||
|
Reference in New Issue
Block a user