msimsg: New dll.

This commit is contained in:
Hans Leidekker 2011-03-10 10:59:44 +01:00 committed by Alexandre Julliard
parent 2df374ac35
commit 530e947b40
5 changed files with 31 additions and 0 deletions

1
configure vendored
View File

@ -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

View File

@ -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)

5
dlls/msimsg/Makefile.in Normal file
View File

@ -0,0 +1,5 @@
MODULE = msimsg.dll
RC_SRCS = msimsg.rc
@MAKE_DLL_RULES@

23
dlls/msimsg/msimsg.rc Normal file
View File

@ -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" }

1
dlls/msimsg/msimsg.spec Normal file
View File

@ -0,0 +1 @@
# empty