include: Revise the Winsock include in windows.h to match the Windows SDK.
[wine] / programs / sc / Makefile.in
1 MODULE    = sc.exe
2 APPMODE   = -mconsole -municode
3 IMPORTS   = advapi32
4 EXTRADEFS = -DWINE_NO_UNICODE_MACROS
5
6 C_SRCS = sc.c
7
8 @MAKE_PROG_RULES@