(svn r14068) -Fix (r14056): MSVC doesn't support typeof.

This commit is contained in:
rubidium
2008-08-13 14:26:20 +00:00
parent 8dffbcfd26
commit 8e8fabd27c

View File

@@ -99,7 +99,7 @@ struct IConsoleLine {
return true; return true;
} }
if (item->time != MAX_UVALUE(typeof(item->time))) item->time++; if (item->time != MAX_UVALUE(uint16)) item->time++;
} }
return false; return false;