summaryrefslogtreecommitdiff
path: root/stdint.h
diff options
context:
space:
mode:
authorpixel <pixel>2008-01-29 10:13:13 +0000
committerpixel <pixel>2008-01-29 10:13:13 +0000
commitaeb420d9f20f0973d428b5de0bd19f83c684bf54 (patch)
treebf9119050b3510bb12fc77fcfc5ed59ab6ab900b /stdint.h
parent6d8020e380791e063a70b3802fed2b72de7dcdec (diff)
Smoothing up win32 fixes.
Diffstat (limited to 'stdint.h')
-rw-r--r--stdint.h10
1 files changed, 0 insertions, 10 deletions
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