From aeb420d9f20f0973d428b5de0bd19f83c684bf54 Mon Sep 17 00:00:00 2001 From: pixel Date: Tue, 29 Jan 2008 10:13:13 +0000 Subject: Smoothing up win32 fixes. --- stdint.h | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 stdint.h (limited to 'stdint.h') diff --git a/stdint.h b/stdint.h deleted file mode 100644 index dd9c546..0000000 --- a/stdint.h +++ /dev/null @@ -1,10 +0,0 @@ -#ifndef __STD_INT_H_ -#define __STD_INT_H_ - -typedef unsigned char uint8_t; -typedef unsigned short int uint16_t; -typedef signed long int int32_t; -typedef unsigned long int uint32_t; -typedef unsigned __int64 uint64_t; - -#endif \ No newline at end of file -- cgit v1.2.3