49 lines
1.3 KiB
Plaintext
49 lines
1.3 KiB
Plaintext
/*
|
|
* MPR dll resources
|
|
*
|
|
* Copyright (C) 2004 Juan Lang
|
|
*
|
|
* 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"
|
|
#include "winbase.h"
|
|
#include "winuser.h"
|
|
#include "mprres.h"
|
|
|
|
#include "version.rc"
|
|
|
|
#include "mpr_Bg.rc"
|
|
#include "mpr_Cs.rc"
|
|
#include "mpr_Da.rc"
|
|
#include "mpr_De.rc"
|
|
#include "mpr_En.rc"
|
|
#include "mpr_Eo.rc"
|
|
#include "mpr_Es.rc"
|
|
#include "mpr_Fr.rc"
|
|
#include "mpr_Hu.rc"
|
|
#include "mpr_It.rc"
|
|
#include "mpr_Ja.rc"
|
|
#include "mpr_Ko.rc"
|
|
#include "mpr_Nl.rc"
|
|
#include "mpr_No.rc"
|
|
#include "mpr_Pl.rc"
|
|
#include "mpr_Pt.rc"
|
|
#include "mpr_Ro.rc"
|
|
#include "mpr_Ru.rc"
|
|
#include "mpr_Si.rc"
|
|
#include "mpr_Sv.rc"
|
|
#include "mpr_Tr.rc"
|
|
#include "mpr_Zh.rc"
|