mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
user32: Remove obsolete -D_WINABLE_ from Makefile.in.
Signed-off-by: Drew Ronneberg <drew_ronneberg@yahoo.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
a1f8a75aa4
commit
52a4126bc9
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
EXTRADEFS = -DWINE_NO_LONG_TYPES -D_USER32_ -D_WINABLE_
|
EXTRADEFS = -DWINE_NO_LONG_TYPES -D_USER32_
|
||||||
MODULE = user32.dll
|
MODULE = user32.dll
|
||||||
IMPORTLIB = user32
|
IMPORTLIB = user32
|
||||||
IMPORTS = $(PNG_PE_LIBS) gdi32 version sechost advapi32 kernelbase win32u
|
IMPORTS = $(PNG_PE_LIBS) gdi32 version sechost advapi32 kernelbase win32u
|
||||||
|
|
Loading…
Reference in a new issue