While compiling my app with Wine-20000909, I've found some files are 
missing in Wine header directory (typically /usr/local/include/wine). 
The below patch should remedy this problem. 


--- wine-20000909/include/Makefile.in.orig      Sat Sep  9 19:41:31 2000
+++ wine-20000909/include/Makefile.in   Sat Sep 23 00:22:40 2000
@@ -6,6 +6,8 @@
 
 INSTALLED_INCLUDES = \
        basetsd.h \
+       builtin16.h \
+       builtin32.h \
        cderr.h \
        cguid.h \
        commctrl.h \
@@ -60,6 +62,7 @@
        richedit.h \
        rpc.h \
        servprov.h \
+       shell.h \
        shellapi.h \
        shlguid.h \
        shlobj.h \
@@ -120,6 +123,7 @@
        wine/undocshell.h \
        wine/unicode.h \
        wine/w32skrnl.h \
+       wine/windef16.h \
        wine/winestring.h \
        winerror.h \
        wingdi.h \

-------------------------------------------------
DreamWiz Free Mail @ http://www.dreamwiz.com/
DreamSearch Click the world!!! http://search.dreamwiz.com/


Reply via email to