search for: d_user32_

Displaying 2 results from an estimated 2 matches for "d_user32_".

2010 Jul 24
4
Wine 1.2-GIT: Compiler error in user32/painting.c
I got the following compiler error with Wine 1.2-GIT (up-to-date checkout): Code: make[1]: Entering directory `/home/quix0r/git/wine/dlls/user32' ccache gcc -m32 -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_USER32_ -D_WINABLE_ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wstrict-prototypes -Wtype-limits -Wwrite-strings -Wpointer-arith -g -O0 -fPIC -o painting.o painting.c painting.c: In function ?GetDCEx?: painting.c:913: error: initializer element is not constant make[...
2011 Mar 15
4
HUNK #N Problems When Applying A Patch For Wine 1.3.15
...WINE. However, I need to apply this patch in order for the right mouse button to do extra functionality === Code: diff --git a/dlls/user32/Makefile.in b/dlls/user32/Makefile.in index 3dbde26..d1ebfe8 100644 --- a/dlls/user32/Makefile.in +++ b/dlls/user32/Makefile.in @@ -1,7 +1,7 @@ EXTRADEFS = -D_USER32_ -D_WINABLE_ MODULE = user32.dll IMPORTLIB = user32 -IMPORTS = gdi32 version advapi32 +IMPORTS = gdi32 version advapi32 dinput8 dinput dxguid DELAYIMPORTS = imm32 C_SRCS = \ diff --git a/dlls/user32/input.c b/dlls/user32/input.c index 6e1e459..c0a3b42 100644 --- a/dlls/user32/input.c ++...