2007-01-22 22:50:12 +01:00
|
|
|
/*
|
|
|
|
* Top level resource file for Credentials UI
|
|
|
|
*
|
|
|
|
* Copyright 2007 Robert Shearman (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"
|
|
|
|
#include "winbase.h"
|
|
|
|
#include "winuser.h"
|
|
|
|
#include "winnls.h"
|
|
|
|
#include "credui_resources.h"
|
|
|
|
|
2007-10-25 20:17:45 +02:00
|
|
|
/* @makedep: banner.bmp */
|
|
|
|
IDB_BANNER BITMAP LOADONCALL DISCARDABLE banner.bmp
|
|
|
|
|
2008-05-04 19:00:25 +02:00
|
|
|
#include "credui_Da.rc"
|
2007-05-13 16:00:46 +02:00
|
|
|
#include "credui_De.rc"
|
2007-03-12 12:00:40 +01:00
|
|
|
#include "credui_En.rc"
|
2007-12-07 19:00:14 +01:00
|
|
|
#include "credui_Es.rc"
|
2007-11-13 14:16:31 +01:00
|
|
|
#include "credui_Fr.rc"
|
2007-06-11 02:13:16 +02:00
|
|
|
#include "credui_Ko.rc"
|
2008-02-15 22:50:26 +01:00
|
|
|
#include "credui_Nl.rc"
|
2007-05-31 19:24:52 +02:00
|
|
|
#include "credui_No.rc"
|
2007-03-12 12:08:23 +01:00
|
|
|
#include "credui_Pl.rc"
|
2008-01-24 09:45:09 +01:00
|
|
|
#include "credui_Ru.rc"
|
2008-04-07 20:42:53 +02:00
|
|
|
#include "credui_Si.rc"
|
2007-10-15 22:17:15 +02:00
|
|
|
#include "credui_Sv.rc"
|