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.
|
|
// (c) Copyright Schlumberger Technology Corp., unpublished work, created // 1999. This computer program includes Confidential, Proprietary // Information and is a Trade Secret of Schlumberger Technology Corp. All // use, disclosure, and/or reproduction is prohibited unless authorized // in writing. All Rights Reserved. // // File: slbcsp.rc // //--------------------------------------------------------------------------
#ifdef APSTUDIO_INVOKED #error this file is not editable by Microsoft Visual C++ #endif //APSTUDIO_INVOKED
#include "slbCsp.rc2"
// Include the signature resource only on Win2K platform build so as // not to confuse WinNT/Win9x signed dll. A build/signing issue. #ifdef SLB_WIN2K_BUILD #define CRYPT_SIG_RESOURCE_NUMBER 666
///////////////////////////////////////////////////////////////////////////// // // Data //
CRYPT_SIG_RESOURCE_NUMBER RCDATA DISCARDABLE "slbCsp.sig"
#endif // SLB_WIN2K_BUILD
/////////////////////////////////////////////////////////////////////////////
|