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