2004-03-18 03:11:23 +01:00
|
|
|
/*
|
|
|
|
* Top level resource file for shlwapi
|
|
|
|
*
|
|
|
|
* Copyright 2004 Jon Griffiths
|
|
|
|
*
|
|
|
|
* 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include "windef.h"
|
|
|
|
#include "winbase.h"
|
|
|
|
#include "winuser.h"
|
|
|
|
#include "resource.h"
|
|
|
|
|
2004-07-12 21:55:59 +02:00
|
|
|
#include "shlwapi_De.rc"
|
2004-03-18 03:11:23 +01:00
|
|
|
#include "shlwapi_En.rc"
|
2004-04-06 05:24:19 +02:00
|
|
|
#include "shlwapi_Es.rc"
|
2004-09-09 21:18:57 +02:00
|
|
|
#include "shlwapi_Nl.rc"
|
2004-07-21 23:19:42 +02:00
|
|
|
#include "shlwapi_It.rc"
|
2004-06-29 01:50:22 +02:00
|
|
|
#include "shlwapi_Ja.rc"
|
2004-07-19 22:09:00 +02:00
|
|
|
#include "shlwapi_Pt.rc"
|