Commit 0ffb1535 authored by Alexandre Julliard's avatar Alexandre Julliard

makefiles: Stop installing wine/unicode.h.

Third party code should be using exported C runtime APIs. Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent 3c29cc44
......@@ -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,
);
......
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