From 52cca71494b20e9b620775a60be9ff885a329480 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Tue, 28 Oct 2003 13:48:45 +0000 Subject: Change .dsp and .dsw files for simple using under VCC 6.0 - just change unix end lines to dos end lines. First small changes for compilation engine under VCC, but it isn't finished yet. CVS patchset: 5624 CVS date: 2003/10/28 13:48:45 --- win32/include/inttypes.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'win32/include') diff --git a/win32/include/inttypes.h b/win32/include/inttypes.h index bddfc8766..16296e5d2 100644 --- a/win32/include/inttypes.h +++ b/win32/include/inttypes.h @@ -37,8 +37,8 @@ #define uint32_t unsigned long #define uint64_t unsigned hyper -#define intptr_t signed int * -#define uintptr_t unsigned int * +#define intptr_t signed int +#define uintptr_t unsigned int #define __int8_t int8_t #define __int16_t int16_t -- cgit v1.2.3