ultimatepp/uppsrc/CtrlCore/stdids.h
cxl da0beef641 ide: Fixed to compile with GCC
git-svn-id: svn://ultimatepp.org/upp/trunk@9116 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-10-30 08:06:41 +00:00

11 lines
160 B
C

enum StandardDialogIds__ {
IDOK = 1,
IDCANCEL = 2,
IDABORT = 3,
IDRETRY = 4,
IDIGNORE = 5,
IDYES = 6,
IDNO = 7,
IDCLOSE = 8,
IDHELP = 9,
};