blob: bcf46a244bf987140c07438fb3183132b1f243a1 (
plain)
1
2
3
4
5
6
7
8
9
|
#ifndef M_CKL_OPTIONS_H
#define M_CKL_OPTIONS_H
#include "commonheaders.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
|