Mercurial > mercurial > hgweb_rsearcher.cgi
comparison include/id.h @ 15:c262e17de9b1
db download skip-mode.
| author | pyon@macmini |
|---|---|
| date | Sat, 08 Jun 2019 15:50:59 +0900 |
| parents | c1dc1fcee7fe |
| children | b651aa41b9d4 |
comparison
equal
deleted
inserted
replaced
| 14:c1dc1fcee7fe | 15:c262e17de9b1 |
|---|---|
| 1 // Filename : id.h | 1 // Filename : id.h |
| 2 // Last Change: 2018-11-21 08:25:58. | 2 // Last Change: 2019-05-28 10:01:22. |
| 3 // | 3 // |
| 4 | 4 |
| 5 #ifndef __ID_H__ | 5 #ifndef __ID_H__ |
| 6 #define __ID_H__ | 6 #define __ID_H__ |
| 7 | 7 |
| 8 #include <wx/wx.h> | 8 #include <wx/wx.h> |
| 9 | 9 |
| 10 #define RSVER "1.6b" | 10 #define RSVER "1.7" |
| 11 #define RSRELEASE "2018.11.30" | 11 #define RSRELEASE "2019.05.30" |
| 12 | 12 |
| 13 enum { | 13 enum { |
| 14 /* for mainframe */ | 14 /* for mainframe */ |
| 15 ID_MAIN = wxID_HIGHEST + 1, | 15 ID_MAIN = wxID_HIGHEST + 1, |
| 16 ID_SEARCH, | 16 ID_SEARCH, |
