comparison include/common.h @ 12:6ed3b64ed39a

finish 'UpdateListImage'.
author pyon@macmini
date Sun, 23 Oct 2011 20:29:33 +0900
parents 9b0840b0be7e
children 868ccd73e238
comparison
equal deleted inserted replaced
11:9b0840b0be7e 12:6ed3b64ed39a
1 // Filename : common.h 1 // Filename : common.h
2 // Last Change: 22-Oct-2011. 2 // Last Change: 23-Oct-2011.
3 // 3 //
4 #ifndef __COMMON__ 4 #ifndef __COMMON__
5 #define __COMMON__ 5 #define __COMMON__
6 6
7 #include "wx/wxprec.h" 7 #include "wx/wxprec.h"
59 ID_TIMER, 59 ID_TIMER,
60 60
61 // param 61 // param
62 62
63 }; 63 };
64
65 #if defined(__WXMSW__)
66 #define MOVECMD wxT("move")
67 #else
68 #define MOVECMD wxT("mv")
69 #endif
70
64 #endif // __COMMON__ 71 #endif // __COMMON__
65 72