* Remove duplicate BYTE define.
authorMatthijs Kooijman <m.kooijman@student.utwente.nl>
Mon, 11 Jun 2007 07:54:38 +0000 (09:54 +0200)
committerMatthijs Kooijman <m.kooijman@student.utwente.nl>
Mon, 11 Jun 2007 07:54:38 +0000 (09:54 +0200)
ABM2/Engine/InputTask.h

index 337cd55f9916f53876f603ea56423bc7f10c8d77..0fea22b5de820387d7f91fbbfaca98a925dd653d 100755 (executable)
 #include <dinput.h>\r
 #endif // WIN32\r
 \r
 #include <dinput.h>\r
 #endif // WIN32\r
 \r
-\r
-#ifndef WIN32\r
-/* HACK to make this compile */\r
-#define BYTE unsigned char\r
-#endif // !WIN32\r
-\r
 class CInputTask : public ITask  \r
 {\r
 public:\r
 class CInputTask : public ITask  \r
 {\r
 public:\r