7 lines
91 B
C
7 lines
91 B
C
#ifndef __TMARSH_H__
|
|
#define __TMARSH_H__
|
|
|
|
BOOL TestMarshal(void);
|
|
|
|
#endif // __TMARSH_H__
|