summary refs log tree commit diff stats
path: root/tinyc/win32/lib/crt1w.c
diff options
context:
space:
mode:
Diffstat (limited to 'tinyc/win32/lib/crt1w.c')
-rw-r--r--tinyc/win32/lib/crt1w.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tinyc/win32/lib/crt1w.c b/tinyc/win32/lib/crt1w.c
new file mode 100644
index 000000000..2b8bbc8bc
--- /dev/null
+++ b/tinyc/win32/lib/crt1w.c
@@ -0,0 +1,3 @@
+#define _UNICODE 1
+#define UNICODE 1
+#include "crt1.c"