diff options
author | Chris Robinson <[email protected]> | 2023-12-06 21:43:07 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2023-12-06 21:43:07 -0800 |
commit | c679622010394100b221e6fd45bb9948e7d2ca5a (patch) | |
tree | 0ca3d6107e4fdae82078efade7f2889a2f98e629 /examples/alplay.c | |
parent | 98e7cf3b169a7f8b4bd6210242247b67645856ab (diff) |
Add missing include for examples to have a UTF-8 main
Diffstat (limited to 'examples/alplay.c')
-rw-r--r-- | examples/alplay.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/alplay.c b/examples/alplay.c index 1eabcccd..9af7ca40 100644 --- a/examples/alplay.c +++ b/examples/alplay.c @@ -37,6 +37,8 @@ #include "common/alhelpers.h" +#include "win_main_utf8.h" + enum FormatType { Int16, |