Various background processes must be launched detached from current console (if any).
[wine] / dlls / query / Makefile.in
1 MODULE    = query.dll
2 IMPORTS   = uuid
3 EXTRADEFS = -DCOM_NO_WINDOWS_H
4
5 C_SRCS = \
6         query_main.c
7
8 @MAKE_DLL_RULES@