WindowsXP/shell/shdocvw/advanced.h
2025-04-27 07:49:33 -04:00

11 lines
325 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