blob: 500b87a1718cea9a8165d09babe0997c202b2349 (
plain)
1
2
3
4
5
6
7
8
9
|
#ifndef M_CKL_OPTIONS_H
#define M_CKL_OPTIONS_H
#include "stdafx.h"
INT_PTR CALLBACK DlgMainProcOptions(HWND hWnd, UINT uiMessage, WPARAM wParam, LPARAM lParam);
INT_PTR CALLBACK DlgPopupsProcOptions(HWND hWnd, UINT uiMessage, WPARAM wParam, LPARAM lParam);
#endif
|