aboutsummaryrefslogtreecommitdiffstats
path: root/utils/makehrtf.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2017-08-30 16:33:44 -0700
committerChris Robinson <[email protected]>2017-08-30 16:33:44 -0700
commit67f183f2065d8d8de3c345f88bc5dd76232ba1a0 (patch)
tree5baa74881679675bb2f5ef211c7df35d75d7219f /utils/makehrtf.c
parent0408f9b7dfcca59488484b4d7326ffdb32fbfb84 (diff)
Avoid using wmain on Windows
Diffstat (limited to 'utils/makehrtf.c')
-rw-r--r--utils/makehrtf.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/makehrtf.c b/utils/makehrtf.c
index 516318e8..ca810b84 100644
--- a/utils/makehrtf.c
+++ b/utils/makehrtf.c
@@ -2885,6 +2885,8 @@ int main(int argc, char *argv[])
double limit;
int opt;
+ GET_UNICODE_ARGS(&argc, &argv);
+
if(argc < 2)
{
fprintf(stdout, "HRTF Processing and Composition Utility\n\n");