Hans Leidekker : msimsg: New dll.

Alexandre Julliard julliard at winehq.org
Thu Mar 10 11:30:25 CST 2011


Module: wine
Branch: master
Commit: 530e947b40de0f2391944ddb1a20289bc00de722
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=530e947b40de0f2391944ddb1a20289bc00de722

Author: Hans Leidekker <hans at codeweavers.com>
Date:   Thu Mar 10 10:59:44 2011 +0100

msimsg: New dll.

---

 configure               |    1 +
 configure.ac            |    1 +
 dlls/msimsg/Makefile.in |    5 +++++
 dlls/msimsg/msimsg.rc   |   23 +++++++++++++++++++++++
 dlls/msimsg/msimsg.spec |    1 +
 5 files changed, 31 insertions(+), 0 deletions(-)

diff --git a/configure b/configure
index 51321db..0d715db 100755
--- a/configure
+++ b/configure
@@ -15154,6 +15154,7 @@ wine_fn_config_test dlls/mshtml/tests mshtml_test
 wine_fn_config_dll msi enable_msi po,implib
 wine_fn_config_test dlls/msi/tests msi_test
 wine_fn_config_dll msimg32 enable_msimg32 implib
+wine_fn_config_dll msimsg enable_msimsg
 wine_fn_config_dll msimtf enable_msimtf
 wine_fn_config_dll msisip enable_msisip
 wine_fn_config_dll msisys.ocx enable_msisys_ocx
diff --git a/configure.ac b/configure.ac
index 2022e67..edbf111 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2615,6 +2615,7 @@ WINE_CONFIG_TEST(dlls/mshtml/tests)
 WINE_CONFIG_DLL(msi,,[po,implib])
 WINE_CONFIG_TEST(dlls/msi/tests)
 WINE_CONFIG_DLL(msimg32,,[implib])
+WINE_CONFIG_DLL(msimsg)
 WINE_CONFIG_DLL(msimtf)
 WINE_CONFIG_DLL(msisip)
 WINE_CONFIG_DLL(msisys.ocx)
diff --git a/dlls/msimsg/Makefile.in b/dlls/msimsg/Makefile.in
new file mode 100644
index 0000000..e4507ec
--- /dev/null
+++ b/dlls/msimsg/Makefile.in
@@ -0,0 +1,5 @@
+MODULE = msimsg.dll
+
+RC_SRCS = msimsg.rc
+
+ at MAKE_DLL_RULES@
diff --git a/dlls/msimsg/msimsg.rc b/dlls/msimsg/msimsg.rc
new file mode 100644
index 0000000..b25587f
--- /dev/null
+++ b/dlls/msimsg/msimsg.rc
@@ -0,0 +1,23 @@
+/*
+ * Copyright 2011 Hans Leidekker for CodeWeavers
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+ */
+
+#include "windef.h"
+
+LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
+
+1703 RCDATA { "You must simulate a Windows reboot to complete the installation of [2]. Click Yes to do this now or No if you want to restart later.\0\0" }
diff --git a/dlls/msimsg/msimsg.spec b/dlls/msimsg/msimsg.spec
new file mode 100644
index 0000000..1bb8bf6
--- /dev/null
+++ b/dlls/msimsg/msimsg.spec
@@ -0,0 +1 @@
+# empty




More information about the wine-cvs mailing list