2006-02-17 00:04:10 +00:00
|
|
|
/*
|
|
|
|
* Top level resource file for MS ACM
|
|
|
|
*
|
|
|
|
* Copyright 2000 Eric Pouech
|
|
|
|
*
|
|
|
|
* 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
|
2009-10-27 10:34:16 +00:00
|
|
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
2006-02-17 00:04:10 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
#include "windef.h"
|
|
|
|
#include "winbase.h"
|
|
|
|
#include "winuser.h"
|
|
|
|
#include "wineacm.h"
|
|
|
|
|
2009-09-27 13:28:08 +00:00
|
|
|
#include "msacm_Bg.rc"
|
2009-08-08 16:14:46 +00:00
|
|
|
#include "msacm_Cs.rc"
|
|
|
|
#include "msacm_Da.rc"
|
2007-12-30 15:25:09 +00:00
|
|
|
#include "msacm_El.rc"
|
2006-02-17 00:04:10 +00:00
|
|
|
#include "msacm_En.rc"
|
|
|
|
#include "msacm_Es.rc"
|
2009-08-08 16:14:46 +00:00
|
|
|
#include "msacm_Hu.rc"
|
2006-02-17 00:04:10 +00:00
|
|
|
#include "msacm_It.rc"
|
2009-08-08 16:14:46 +00:00
|
|
|
#include "msacm_Ko.rc"
|
2006-02-17 00:04:10 +00:00
|
|
|
#include "msacm_Nl.rc"
|
2008-08-05 12:13:31 +00:00
|
|
|
#include "msacm_No.rc"
|
2007-04-18 15:21:29 +00:00
|
|
|
#include "msacm_Pl.rc"
|
Sync devenum, atl, comctl32, comdlg32, cryptdlg, cryptui, hhctrl, itss, jscript, mapi32, msacm32, mshtml, msi, msimtf, oleacc, pstorec, shdoclc, shdocvw, shlwapi, snmpapi, urlmon, usp10, uxtheme, windowscodecs, wldap32, wtsapi32, wuapi, xinput1_3
svn path=/trunk/; revision=47961
2010-07-06 23:29:26 +00:00
|
|
|
#include "msacm_Sv.rc"
|
|
|
|
#include "msacm_Tr.rc"
|
|
|
|
|
|
|
|
/* UTF-8 */
|
|
|
|
#include "msacm_De.rc"
|
|
|
|
#include "msacm_Fr.rc"
|
|
|
|
#include "msacm_Ja.rc"
|
|
|
|
#include "msacm_Lt.rc"
|
2006-02-17 00:04:10 +00:00
|
|
|
#include "msacm_Pt.rc"
|
2009-08-08 16:14:46 +00:00
|
|
|
#include "msacm_Ro.rc"
|
2006-02-17 00:04:10 +00:00
|
|
|
#include "msacm_Ru.rc"
|
2009-08-08 16:14:46 +00:00
|
|
|
#include "msacm_Si.rc"
|
2007-02-02 10:17:14 +00:00
|
|
|
#include "msacm_Uk.rc"
|
2009-08-08 16:14:46 +00:00
|
|
|
#include "msacm_Zh.rc"
|