precomp.h
来自「windows的加密api源码」· C头文件 代码 · 共 27 行
H
27 行
#undef UNICODE // ## Not Yet
#include <windows.h>
#include <windef.h>
#include <malloc.h>
#include <string.h>
#include <time.h>
#include <wtypes.h>
#ifndef WIN95
#include "assert.h"
#endif
#ifdef SECDBG // ITV Security
#define NTAGDEBUG // Turn on internal debugging
#else // SECDBG
#ifndef ASSERT
#define ASSERT(x) // default to base
#endif
#endif // SECDBG
#include "scp.h"
#include "rsa.h"
#include "contman.h"
#include "ntagimp1.h"
#include "manage.h"
#pragma hdrstop
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?