OSDN Git Service

Update CWindowsManagerDialog - check some pointers for null and made … (#824) (2)
[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