partial revert of r41766

svn path=/trunk/; revision=42501
This commit is contained in:
Christoph von Wittich 2009-08-08 10:09:14 +00:00
parent 92a36f7e01
commit 80e7d449b2
2 changed files with 32 additions and 7 deletions

View file

@ -15,11 +15,5 @@
<library>wintrust</library>
<library>ntdll</library>
<file>main.c</file>
<file>cryptdlg_De.rc</file>
<file>cryptdlg_En.rc</file>
<file>cryptdlg_Fr.rc</file>
<file>cryptdlg_Ko.rc</file>
<file>cryptdlg_Lt.rc</file>
<file>cryptdlg_Nl.rc</file>
<file>cryptdlg_Ro.rc</file>
<file>cryptdlg.rc</file>
</module>

View file

@ -0,0 +1,31 @@
/*
* cryptdlg dll resources
*
* Copyright 2008 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 "cryptres.h"
#include "cryptdlg_De.rc"
#include "cryptdlg_En.rc"
#include "cryptdlg_Fr.rc"
#include "cryptdlg_Ko.rc"
#include "cryptdlg_Lt.rc"
#include "cryptdlg_Nl.rc"
#include "cryptdlg_Ro.rc"