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

8 lines
182 B
C

#ifndef _ADVANCED_H_
#define _ADVANCED_H_
BOOL_PTR CALLBACK AdvancedOptionsDlgProc(HWND hDlg, UINT uMsg, WPARAM wParam,
LPARAM lParam);
#endif