diff include/common.h @ 12:6ed3b64ed39a

finish 'UpdateListImage'.
author pyon@macmini
date Sun, 23 Oct 2011 20:29:33 +0900
parents 9b0840b0be7e
children 868ccd73e238
line wrap: on
line diff
--- a/include/common.h	Sun Oct 23 07:43:34 2011 +0900
+++ b/include/common.h	Sun Oct 23 20:29:33 2011 +0900
@@ -1,5 +1,5 @@
 // Filename   : common.h
-// Last Change: 22-Oct-2011.
+// Last Change: 23-Oct-2011.
 //
 #ifndef __COMMON__
 #define __COMMON__
@@ -61,5 +61,12 @@
     // param
 
 };
+
+#if defined(__WXMSW__)
+    #define MOVECMD wxT("move")
+#else
+    #define MOVECMD wxT("mv")
+#endif
+
 #endif  // __COMMON__