Displaying 1 result from an estimated 1 matches for "win_handle32".
2010 Jun 20
4
I can compile old wine from download page, but not from git?
...it
cd wine-git
git-reset wine-0.9.53
git checkout -f
./configure && make depend && make
I get:
In file included from comm16.c:66:
win.h:37: error: field obj has incomplete type
comm16.c: In function EnableCommNotification16:
comm16.c:1092: warning: implicit declaration of function WIN_Handle32
comm16.c:1092: warning: assignment makes pointer from integer without a cast
make[2]: *** [comm16.o] BBd 1
make[2]: Opuszczenie katalogu `/home/james/wine-git/dlls/user32'
make[1]: *** [user32] BBd 2
make[1]: Opuszczenie katalogu `/home/james/wine-git/dlls'
make: *** [dlls] BBd 2
What am I...