11 lines
315 B
C
11 lines
315 B
C
|
#ifndef _ADVANCED_H_
|
||
|
#define _ADVANCED_H_
|
||
|
|
||
|
#error DELETEMECHEE
|
||
|
// nobody seems to use this header file, which is good
|
||
|
// because for months it had a build-breaking typo. -raymondc
|
||
|
BOOL CALLBACK AdvancedOptionsDlgProc(HWND hDlg, UINT uMsg, WPARAM wParam,
|
||
|
LPARAM lParam);
|
||
|
|
||
|
#endif
|