OSDN Git Service

use boost_1_56_0 and build by VS2013
[yamy/yamy.git] / vkeytable.h
index a2267a0..8d82e81 100644 (file)
@@ -1,24 +1,24 @@
-//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-// vkeytable.h
-
-
-#ifndef _VKEYTABLE_H
-#  define _VKEYTABLE_H
-
-#  include "misc.h"
-#  include <tchar.h>
-
-
-/// define virtual key code and its name
-class VKeyTable
-{
-public:
-  u_int8 m_code;                               /// VKey code
-  const _TCHAR *m_name;                                /// VKey name
-};
-
-extern const VKeyTable g_vkeyTable[];          /** Vkey table (terminated by
-                                                   NULL) */
-
-
-#endif // !_VKEYTABLE_H
+//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r
+// vkeytable.h\r
+\r
+\r
+#ifndef _VKEYTABLE_H\r
+#  define _VKEYTABLE_H\r
+\r
+#  include "misc.h"\r
+#  include <tchar.h>\r
+\r
+\r
+/// define virtual key code and its name\r
+class VKeyTable\r
+{\r
+public:\r
+       u_int8 m_code;                          /// VKey code\r
+       const _TCHAR *m_name;                           /// VKey name\r
+};\r
+\r
+extern const VKeyTable g_vkeyTable[];          /** Vkey table (terminated by\r
+                                                   NULL) */\r
+\r
+\r
+#endif // !_VKEYTABLE_H\r