12 lines
159 B
C
12 lines
159 B
C
//
|
|
// APITHK.H
|
|
//
|
|
|
|
|
|
#ifndef _APITHK_H_
|
|
#define _APITHK_H_
|
|
EXTERN_C PROPSHEETPAGE* Whistler_CreatePropSheetPageStruct(HINSTANCE hinst);
|
|
|
|
#endif // _APITHK_H_
|
|
|