From 0ffb1535517301d28c7c004eac639a9a0cc26c00 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Fri, 12 Apr 2019 15:30:45 +0200 Subject: [PATCH] makefiles: Stop installing wine/unicode.h. Third party code should be using exported C runtime APIs. Signed-off-by: Alexandre Julliard --- include/Makefile.in | 1 - tools/make_makefiles | 1 - 2 files changed, 2 deletions(-) diff --git a/include/Makefile.in b/include/Makefile.in index c478c348ecd..74198af7a94 100644 --- a/include/Makefile.in +++ b/include/Makefile.in @@ -683,7 +683,6 @@ SOURCES = \ wine/itss.idl \ wine/library.h \ wine/svcctl.idl \ - wine/unicode.h \ wine/winedxgi.idl \ winerror.h \ winevt.h \ diff --git a/tools/make_makefiles b/tools/make_makefiles index 3936310b8d5..111bc8ffcde 100755 --- a/tools/make_makefiles +++ b/tools/make_makefiles @@ -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, );