makefiles: Disable use of Unicode macros globally for all the programs.
[wine] / programs / control / Makefile.in
1 MODULE    = control.exe
2 APPMODE   = -mwindows -municode
3 IMPORTS   = shell32 user32
4
5 C_SRCS = control.c
6
7 @MAKE_PROG_RULES@