mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
b36a10596a
Fixes GTA V hang experienced by some users. Signed-off-by: Brendan Shanks <bshanks@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
7 lines
112 B
Makefile
7 lines
112 B
Makefile
MODULE = whoami.exe
|
|
IMPORTS = secur32
|
|
|
|
EXTRADLLFLAGS = -mconsole -municode -mno-cygwin
|
|
|
|
C_SRCS = \
|
|
main.c
|