datapath.h

来自「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 + -
显示快捷键?