windows-nt/Source/XPSP1/NT/shell/shdocvw/advanced.h
2020-09-26 16:20:57 +08:00

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