makefiles: Stop installing wine/unicode.h.

Third party code should be using exported C runtime APIs.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Alexandre Julliard 2019-04-12 15:30:45 +02:00
parent 3c29cc446b
commit 0ffb153551
2 changed files with 0 additions and 2 deletions

View File

@ -683,7 +683,6 @@ SOURCES = \
wine/itss.idl \
wine/library.h \
wine/svcctl.idl \
wine/unicode.h \
wine/winedxgi.idl \
winerror.h \
winevt.h \

View File

@ -42,7 +42,6 @@ my %exported_wine_headers = (
"wine/debug.h" => 1,
"wine/exception.h" => 1,
"wine/library.h" => 1,
"wine/unicode.h" => 1,
"wine/itss.idl" => 1,
"wine/svcctl.idl" => 1,
);