go to single .html
[fw/sdcc] / packihx / packihx.c
index 77a1a0b8dbe891d43e8c068f9c37af3b8efde611..72ac34f22d27c11e6dde419e4534837ac76cf2d9 100644 (file)
 #include <ctype.h>
 #include <assert.h>
 
+#if defined(_MSC_VER)
+
+typedef unsigned char Uint8 ;
+typedef unsigned Uint16 ;
+
+#else
+
 #include "config.h"
+#endif
 
 /* A cooked line of input. */
 typedef struct _Line