OSDN Git Service

forgot to "git add" modified files, so re-commit:
[yamy/yamy.git] / dlgsetting.h
1 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 // dlgsetting.h
3
4
5 #ifndef _DLGSETTING_H
6 #  define _DLGSETTING_H
7
8 #  include <windows.h>
9
10
11 ///
12 #ifdef MAYU64
13 INT_PTR CALLBACK dlgSetting_dlgProc(
14 #else
15 BOOL CALLBACK dlgSetting_dlgProc(
16 #endif
17   HWND i_hwnd, UINT i_message, WPARAM i_wParam, LPARAM i_lParam);
18
19
20 #endif // !_DLGSETTING_H