2007-01-22 21:50:12 +00: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 18:17:45 +00:00
|
|
|
/* @makedep: banner.bmp */
|
|
|
|
IDB_BANNER BITMAP LOADONCALL DISCARDABLE banner.bmp
|
|
|
|
|
2008-05-04 17:00:25 +00:00
|
|
|
#include "credui_Da.rc"
|
2007-05-13 14:00:46 +00:00
|
|
|
#include "credui_De.rc"
|
2007-03-12 11:00:40 +00:00
|
|
|
#include "credui_En.rc"
|
2007-12-07 18:00:14 +00:00
|
|
|
#include "credui_Es.rc"
|
2007-11-13 13:16:31 +00:00
|
|
|
#include "credui_Fr.rc"
|
2007-06-11 00:13:16 +00:00
|
|
|
#include "credui_Ko.rc"
|
2009-03-28 12:02:36 +00:00
|
|
|
#include "credui_Lt.rc"
|
2008-02-15 21:50:26 +00:00
|
|
|
#include "credui_Nl.rc"
|
2007-05-31 17:24:52 +00:00
|
|
|
#include "credui_No.rc"
|
2007-03-12 11:08:23 +00:00
|
|
|
#include "credui_Pl.rc"
|
2008-11-12 01:48:10 +00:00
|
|
|
#include "credui_Pt.rc"
|
2009-03-30 22:17:47 +00:00
|
|
|
#include "credui_Ro.rc"
|
2008-01-24 08:45:09 +00:00
|
|
|
#include "credui_Ru.rc"
|
2008-04-07 18:42:53 +00:00
|
|
|
#include "credui_Si.rc"
|
2007-10-15 20:17:15 +00:00
|
|
|
#include "credui_Sv.rc"
|
2008-09-03 12:19:33 +00:00
|
|
|
#include "credui_Zh.rc"
|