OSDN Git Service

crystaledit: Use GetProfile*()/WriteProfile*() to read and write the registry wheneve...
[winmerge-jp/winmerge-jp.git] / Src / OptionsDef.cpp
1 /**
2 * @file  OptionsDef.cpp
3 *
4 * @brief Constants for option-names
5 */
6 #include "pch.h"
7
8 #define OP(x) (_T(x), sizeof(_T(x))/sizeof(TCHAR) - 1)
9
10 #include "OptionsDef.h"
11