diff options
author | Chris Robinson <[email protected]> | 2020-08-12 17:40:00 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2020-08-12 17:40:00 -0700 |
commit | fd52c828a9c4f4bb7ed3a4dcfe4a5b4ed5664246 (patch) | |
tree | 622b82e411c1b27a520ac1234b4baf39d0dd909f /utils/openal-info.c | |
parent | 476e9d7522bef4de85dab2113e9cba85007e2e2a (diff) |
Improve handling main() with UTF-8 args on Windows
Diffstat (limited to 'utils/openal-info.c')
-rw-r--r-- | utils/openal-info.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/utils/openal-info.c b/utils/openal-info.c index 46e66d45..1788d118 100644 --- a/utils/openal-info.c +++ b/utils/openal-info.c @@ -31,6 +31,9 @@ #include "AL/al.h" #include "AL/alext.h" +#include "win_main_utf8.h" + + #ifndef ALC_ENUMERATE_ALL_EXT #define ALC_DEFAULT_ALL_DEVICES_SPECIFIER 0x1012 #define ALC_ALL_DEVICES_SPECIFIER 0x1013 |