datapath.h
来自「c语言编程软件vc6.0中文绿色版_vc6.0官方下载」· C头文件 代码 · 共 14 行
H
14 行
/*****************************************************************************\
* *
* DataPath.h Obsolete DataPath header *
* *
* Copyright 1995 - 1998 Microsoft Corp. All rights reserved. *
* *
\*****************************************************************************/
#ifndef __datapath_h__
#define __datapath_h__
#pragma message("WARNING: your code should #include ocidl.h instead of datapath.h")
#include <ocidl.h>
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?