freeotfenullguid.c

来自「文件驱动加密,功能强大,可产生加密分区,支持AES,MD2,MD4,MD5MD2」· C语言 代码 · 共 25 行

C
25
字号
// Description: 
// By Sarah Dean
// Email: sdean12@sdean12.org
// WWW:   http://www.FreeOTFE.org/
//
// -----------------------------------------------------------------------------
//


// IMPORTANT! initguid must only be included *once* in the application
#ifdef WINCE
// INITGUID defined, as per comment in objbase.h
//#define INITGUID 1
// Yes, this next line is needed, even though it's in the .h file.
// Required to be included before initguid.h
#include <objbase.h>
#endif
#include <initguid.h>  // Required for DEFINE_GUID macro

#include "FreeOTFENULLGUID.h"


// =========================================================================
// =========================================================================

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?