From fd52c828a9c4f4bb7ed3a4dcfe4a5b4ed5664246 Mon Sep 17 00:00:00 2001
From: Chris Robinson <chris.kcat@gmail.com>
Date: Wed, 12 Aug 2020 17:40:00 -0700
Subject: Improve handling main() with UTF-8 args on Windows

---
 examples/alrecord.c | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'examples/alrecord.c')

diff --git a/examples/alrecord.c b/examples/alrecord.c
index a66e5471..0e81eb76 100644
--- a/examples/alrecord.c
+++ b/examples/alrecord.c
@@ -35,6 +35,8 @@
 
 #include "common/alhelpers.h"
 
+#include "win_main_utf8.h"
+
 
 #if defined(_WIN64)
 #define SZFMT "%I64u"
-- 
cgit v1.2.3