2025-04-27 07:49:33 -04:00

8 lines
189 B
C

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