mirror of
https://github.com/reactos/wine.git
synced 2025-01-31 17:23:53 +00:00
msimsg: New dll.
This commit is contained in:
parent
2df374ac35
commit
530e947b40
1
configure
vendored
1
configure
vendored
@ -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
|
||||
|
@ -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
5
dlls/msimsg/Makefile.in
Normal file
@ -0,0 +1,5 @@
|
||||
MODULE = msimsg.dll
|
||||
|
||||
RC_SRCS = msimsg.rc
|
||||
|
||||
@MAKE_DLL_RULES@
|
23
dlls/msimsg/msimsg.rc
Normal file
23
dlls/msimsg/msimsg.rc
Normal 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
1
dlls/msimsg/msimsg.spec
Normal file
@ -0,0 +1 @@
|
||||
# empty
|
Loading…
x
Reference in New Issue
Block a user