2004-11-02 00:22:14 +01:00
|
|
|
/*
|
|
|
|
* Copyright 2004 Mike McCormack 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
|
2006-05-18 14:49:52 +02:00
|
|
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
2004-11-02 00:22:14 +01:00
|
|
|
*/
|
|
|
|
|
|
|
|
#include "windef.h"
|
|
|
|
#include "winuser.h"
|
|
|
|
#include "winnls.h"
|
|
|
|
#include "commctrl.h"
|
|
|
|
|
|
|
|
#include "version.rc"
|
|
|
|
|
Bulgarian resources for mpr, msi, user, commdlg, oleaut32, shdocvw,
shell32, comctl32, msrle32, mshtml, winspool, wineps, serialui,
setupapi, wininet, regedit, uninstaller, notepad, winecfg and
winhelp.
2005-09-19 19:00:58 +02:00
|
|
|
#include "Bg.rc"
|
2005-02-15 21:46:19 +01:00
|
|
|
#include "De.rc"
|
2005-02-14 12:12:30 +01:00
|
|
|
#include "En.rc"
|
2005-04-11 15:01:46 +02:00
|
|
|
#include "Es.rc"
|
2005-09-12 13:10:03 +02:00
|
|
|
#include "Fi.rc"
|
2005-02-16 22:10:02 +01:00
|
|
|
#include "Fr.rc"
|
2006-03-06 12:47:11 +01:00
|
|
|
#include "Hu.rc"
|
2005-11-14 12:27:36 +01:00
|
|
|
#include "Ko.rc"
|
2005-03-22 17:39:25 +01:00
|
|
|
#include "Nl.rc"
|
2005-09-26 12:56:47 +02:00
|
|
|
#include "No.rc"
|
2005-02-14 12:12:30 +01:00
|
|
|
#include "Pt.rc"
|
2006-02-06 13:06:00 +01:00
|
|
|
#include "Tr.rc"
|
2006-07-31 13:16:36 +02:00
|
|
|
|
2006-09-25 11:53:54 +02:00
|
|
|
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
2006-07-31 13:16:36 +02:00
|
|
|
1 TYPELIB LOADONCALL DISCARDABLE shdocvw_v1.tlb
|