mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 21:13:52 +00:00
partial revert of r41768
svn path=/trunk/; revision=42502
This commit is contained in:
parent
80e7d449b2
commit
847a9ddf02
3 changed files with 12 additions and 5 deletions
|
@ -10,11 +10,6 @@
|
||||||
<define name="_WINE" />
|
<define name="_WINE" />
|
||||||
<file>main.c</file>
|
<file>main.c</file>
|
||||||
<file>cryptui.rc</file>
|
<file>cryptui.rc</file>
|
||||||
<file>cryptui_De.rc</file>
|
|
||||||
<file>cryptui_En.rc</file>
|
|
||||||
<file>cryptui_Fr.rc</file>
|
|
||||||
<file>cryptui_Ko.rc</file>
|
|
||||||
<file>cryptui_Nl.rc</file>
|
|
||||||
<library>wine</library>
|
<library>wine</library>
|
||||||
<library>kernel32</library>
|
<library>kernel32</library>
|
||||||
<library>user32</library>
|
<library>user32</library>
|
||||||
|
|
|
@ -17,6 +17,11 @@
|
||||||
* License along with this library; if not, write to the Free Software
|
* License along with this library; if not, write to the Free Software
|
||||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||||
*/
|
*/
|
||||||
|
#include "windef.h"
|
||||||
|
#include "winbase.h"
|
||||||
|
#include "winuser.h"
|
||||||
|
#include "commctrl.h"
|
||||||
|
#include "dlgs.h"
|
||||||
|
|
||||||
#include "cryptuires.h"
|
#include "cryptuires.h"
|
||||||
|
|
||||||
|
@ -40,3 +45,9 @@ IDB_CERT_WATERMARK BITMAP LOADONCALL DISCARDABLE certwatermark.bmp
|
||||||
|
|
||||||
/* @makedep: certheader.bmp */
|
/* @makedep: certheader.bmp */
|
||||||
IDB_CERT_HEADER BITMAP LOADONCALL DISCARDABLE certheader.bmp
|
IDB_CERT_HEADER BITMAP LOADONCALL DISCARDABLE certheader.bmp
|
||||||
|
|
||||||
|
#include "cryptui_De.rc"
|
||||||
|
#include "cryptui_En.rc"
|
||||||
|
#include "cryptui_Fr.rc"
|
||||||
|
#include "cryptui_Ko.rc"
|
||||||
|
#include "cryptui_Nl.rc"
|
||||||
|
|
|
@ -464,3 +464,4 @@ BEGIN
|
||||||
LVS_REPORT|LVS_NOCOLUMNHEADER|LVS_SINGLESEL|WS_CHILD|WS_VISIBLE|WS_TABSTOP|WS_BORDER,
|
LVS_REPORT|LVS_NOCOLUMNHEADER|LVS_SINGLESEL|WS_CHILD|WS_VISIBLE|WS_TABSTOP|WS_BORDER,
|
||||||
115,67,174,100
|
115,67,174,100
|
||||||
END
|
END
|
||||||
|
#pragma code_page(default)
|
||||||
|
|
Loading…
Reference in a new issue