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:
parent
3c29cc446b
commit
0ffb153551
|
@ -683,7 +683,6 @@ SOURCES = \
|
|||
wine/itss.idl \
|
||||
wine/library.h \
|
||||
wine/svcctl.idl \
|
||||
wine/unicode.h \
|
||||
wine/winedxgi.idl \
|
||||
winerror.h \
|
||||
winevt.h \
|
||||
|
|
|
@ -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,
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue