13 lines
161 B
C++
13 lines
161 B
C++
|
/*
|
||
|
* comcpp.hpp - Common C++ functions description.
|
||
|
*/
|
||
|
|
||
|
|
||
|
/* Prototypes
|
||
|
*************/
|
||
|
|
||
|
// comcpp.cpp
|
||
|
|
||
|
extern HRESULT MyReleaseStgMedium(PSTGMEDIUM pstgmed);
|
||
|
|