mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
159 B
11 lines
159 B
/*
|
|
** dvocx.h
|
|
**
|
|
** Private interface which DefView supports so OCs can get special information.
|
|
*/
|
|
|
|
#ifndef _DVOCX_H_
|
|
#define _DVOCX_H_
|
|
|
|
|
|
#endif // _DVOCX_H_
|