Hallo,

as I found out the hard way, we don't have any builtin 16 bit
commctrl. This patch adds the needed infrastructure. 

If we think implementing a 16 bit commctrl is needed, I will try to
flesh out the spec file with time by pointing it to wrappers into our
32 bit comctl32 where possible.

If this patch gets applied, LoadOrder for commctrl should be change to
native, builtin or otherwise some surprise will happen
(e.g. winfile.exe not working any longer).

Bye

Uwe Bonnes                [EMAIL PROTECTED]

Free Software: If you contribute nothing, expect nothing
--
--- wine-test/dlls/Makefile.in  Fri Sep 29 18:06:26 2000
+++ wine/dlls/Makefile.in       Thu Oct 26 20:47:43 2000
@@ -174,6 +174,7 @@
        wsock32 \
        x11drv
 
+@SET_MAKE@
 @MAKE_RULES@
 
 all: $(DLLS:%=lib%.@LIBEXT@) $(EXTRADLLNAMES:%=lib%.@LIBEXT@)
@@ -186,7 +187,7 @@
 libavifil32.@LIBEXT@ libavifile.@LIBEXT@: avifil32/libavifil32.@LIBEXT@
        $(RM) $@ && $(LN_S) avifil32/libavifil32.@LIBEXT@ $@
 
-libcomctl32.@LIBEXT@: comctl32/libcomctl32.@LIBEXT@
+libcomctl32.@LIBEXT@ libcommctrl.@LIBEXT@: comctl32/libcomctl32.@LIBEXT@
        $(RM) $@ && $(LN_S) comctl32/libcomctl32.@LIBEXT@ $@
 
 libcomdlg32.@LIBEXT@ libcommdlg.@LIBEXT@: commdlg/libcomdlg32.@LIBEXT@
--- wine-test/dlls/comctl32/Makefile.in Tue Oct 24 21:02:05 2000
+++ wine/dlls/comctl32/Makefile.in      Thu Oct 26 21:06:18 2000
@@ -4,6 +4,7 @@
 VPATH     = @srcdir@
 MODULE    = comctl32
 SOVERSION = 1.0
+ALTNAMES  = commctrl
 IMPORTS   = user32 gdi32 advapi32 kernel32
 
 C_SRCS = \
--- /dev/null   Fri Jul 23 01:04:38 1999
+++ wine/dlls/comctl32/commctrl.spec    Thu Oct 26 21:07:49 2000
@@ -0,0 +1,5 @@
+name   commctrl
+type   win16
+owner  comctl32
+
+2 stub MenuHelp



Reply via email to