debug.cpp

来自「很好用的ftp源码」· C++ 代码 · 共 17 行

CPP
17
字号

// This file cannot be compiled as a C++ file, otherwise the linker
// will bail on unresolved externals (even with extern "C" wrapping 
// this).

#include "priv.h"

// Define some things for debug.h
//
#define SZ_DEBUGINI         "ccshell.ini"
#define SZ_DEBUGSECTION     "MSIEFTP"
#define SZ_MODULE           "MSIEFTP"
#define DECLARE_DEBUG

#include <ccstock.h>
#include <debug.h>

⌨️ 快捷键说明

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