12 lines
159 B
C
12 lines
159 B
C
|
/*
|
||
|
** dvocx.h
|
||
|
**
|
||
|
** Private interface which DefView supports so OCs can get special information.
|
||
|
*/
|
||
|
|
||
|
#ifndef _DVOCX_H_
|
||
|
#define _DVOCX_H_
|
||
|
|
||
|
|
||
|
#endif // _DVOCX_H_
|