Commit 12070e1c authored by Alexandre Julliard's avatar Alexandre Julliard

Added a few more files to the install list.

parent 361f9806
...@@ -48,12 +48,16 @@ INSTALLED_INCLUDES = \ ...@@ -48,12 +48,16 @@ INSTALLED_INCLUDES = \
msacm.h \ msacm.h \
msacmdlg.h \ msacmdlg.h \
msvcrt/conio.h \ msvcrt/conio.h \
msvcrt/crtdbg.h \
msvcrt/ctype.h \ msvcrt/ctype.h \
msvcrt/direct.h \ msvcrt/direct.h \
msvcrt/dos.h \ msvcrt/dos.h \
msvcrt/eh.h \
msvcrt/fcntl.h \ msvcrt/fcntl.h \
msvcrt/io.h \ msvcrt/io.h \
msvcrt/malloc.h \
msvcrt/process.h \ msvcrt/process.h \
msvcrt/search.h \
msvcrt/stddef.h \ msvcrt/stddef.h \
msvcrt/stdio.h \ msvcrt/stdio.h \
msvcrt/stdlib.h \ msvcrt/stdlib.h \
...@@ -64,6 +68,7 @@ INSTALLED_INCLUDES = \ ...@@ -64,6 +68,7 @@ INSTALLED_INCLUDES = \
msvcrt/sys/utime.h \ msvcrt/sys/utime.h \
msvcrt/time.h \ msvcrt/time.h \
msvcrt/wchar.h \ msvcrt/wchar.h \
msvcrt/wctype.h \
nspapi.h \ nspapi.h \
ntsecapi.h \ ntsecapi.h \
oaidl.h \ oaidl.h \
...@@ -146,12 +151,14 @@ INSTALLED_INCLUDES = \ ...@@ -146,12 +151,14 @@ INSTALLED_INCLUDES = \
wine/obj_property.h \ wine/obj_property.h \
wine/obj_propertystorage.h \ wine/obj_propertystorage.h \
wine/obj_queryassociations.h \ wine/obj_queryassociations.h \
wine/obj_serviceprovider.h \
wine/obj_shellbrowser.h \ wine/obj_shellbrowser.h \
wine/obj_shellextinit.h \ wine/obj_shellextinit.h \
wine/obj_shellfolder.h \ wine/obj_shellfolder.h \
wine/obj_shelllink.h \ wine/obj_shelllink.h \
wine/obj_shellview.h \ wine/obj_shellview.h \
wine/obj_storage.h \ wine/obj_storage.h \
wine/obj_webbrowser.h \
wine/unicode.h \ wine/unicode.h \
winerror.h \ winerror.h \
wingdi.h \ wingdi.h \
...@@ -161,6 +168,7 @@ INSTALLED_INCLUDES = \ ...@@ -161,6 +168,7 @@ INSTALLED_INCLUDES = \
winnls.h \ winnls.h \
winnt.h \ winnt.h \
winreg.h \ winreg.h \
winres.h \
winresrc.h \ winresrc.h \
winsock.h \ winsock.h \
winsock2.h \ winsock2.h \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment