Alexandre Julliard : makefiles: Stop installing wine/unicode.h.

Alexandre Julliard julliard at winehq.org
Fri Apr 12 13:11:49 CDT 2019


Module: wine
Branch: master
Commit: 0ffb1535517301d28c7c004eac639a9a0cc26c00
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=0ffb1535517301d28c7c004eac639a9a0cc26c00

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Fri Apr 12 15:30:45 2019 +0200

makefiles: Stop installing wine/unicode.h.

Third party code should be using exported C runtime APIs.

Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 include/Makefile.in  | 1 -
 tools/make_makefiles | 1 -
 2 files changed, 2 deletions(-)

diff --git a/include/Makefile.in b/include/Makefile.in
index c478c34..74198af 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 3936310..111bc8f 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,
 );




More information about the wine-cvs mailing list