OSDN Git Service

Plugins: Fix a crash on Window XP
[winmerge-jp/winmerge-jp.git] / Src / OptionsCustomColors.h
1 #pragma once
2
3 #include <windows.h>
4
5 class COptionsMgr;
6
7 namespace Options { namespace CustomColors {
8
9 void SetDefaults(COptionsMgr *pOptionsMgr);
10 void Load(COptionsMgr *pOptionsMgr, COLORREF * colors);
11 void Save(COptionsMgr *pOptionsMgr, const COLORREF * colors);
12
13 }}