7 lines
97 B
C
7 lines
97 B
C
|
#ifndef __TDLLHOST_H__
|
||
|
#define __TDLLHOST_H__
|
||
|
|
||
|
BOOL TestDllHost(void);
|
||
|
|
||
|
#endif // __TDLLHOST_H__
|