blob: e63f63e6cada90aa62b5037f37c2e286f2c96e6a (
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
|