From 90af75da5c7fe1d5506b8ff26de6207077dfb185 Mon Sep 17 00:00:00 2001 From: Pawel Kolodziejski Date: Mon, 25 Aug 2003 05:18:47 +0000 Subject: [PATCH] update todo --- TODO | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/TODO b/TODO index b631ed1bd54..582ac60537d 100644 --- a/TODO +++ b/TODO @@ -17,20 +17,6 @@ Residual TODO list (in rough order of priority): MSVC notes: These things need doing (At least) for it to be compilable under MSVC.. - Get rid of stdint.h include when using MSVC Get rid of hash_map usage (not supported in MSVC) - Add global include of Windows.h - Add global definitions of: - #define strcasecmp stricmp - #define M_PI 3.14159265 - typedef unsigned char byte;^M - typedef unsigned char uint8_t;^M - typedef unsigned short uint16_t;^M - typedef unsigned long uint32_t;^M - typedef unsigned int uint_t;^M - typedef signed char int8_t;^M - typedef signed short int16_t;^M - typedef signed long int32_t;^M - GL_UNSIGNED_SHORT_5_6_5 in bitmap.cc does not exist in MSVC round() function in lua.cpp's check_int does not exist in MSVC vsscanf function does not exist in MSVC (already worked around)