Source code of Windows XP (NT5)
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
//+------------------------------------------------------------------------- // // Copyright (C) Microsoft Corporation 2000 // // File: keylimit.rc // //--------------------------------------------------------------------------
#ifdef APSTUDIO_INVOKED #error this file is not editable by Microsoft Visual C++ #endif //APSTUDIO_INVOKED
#include <windows.h> #include <cspdk.h> #include <ntverp.h>
///////////////////////////////////////////////////////////////////////////// // // Data //
CRYPT_SIG_RESOURCE_NUMBER RCDATA DISCARDABLE "keylimit.sig" CRYPT_MAC_RESOURCE_NUMBER RCDATA DISCARDABLE "keylimit.mac"
///////////////////////////////////////////////////////////////////////////// // // Version //
#define VER_INTERNALNAME_STR "keylimit.dll" #define VER_FILETYPE VFT_DLL #define VER_FILESUBTYPE VFT2_UNKNOWN #define VER_FILEDESCRIPTION_STR "International Cryptographic Key Size Limits"
#include "common.ver"
|