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