diff options
author | František Dvořák <valtri@users.sourceforge.net> | 2003-10-28 13:48:45 +0000 |
---|---|---|
committer | František Dvořák <valtri@users.sourceforge.net> | 2003-10-28 13:48:45 +0000 |
commit | 52cca71494b20e9b620775a60be9ff885a329480 (patch) | |
tree | 84455c3637991c09f479dfa2f5f495f154edd0bd /win32/include/inttypes.h | |
parent | 2659a8905f34155a35d18990317cc5290019781f (diff) | |
download | xine-lib-52cca71494b20e9b620775a60be9ff885a329480.tar.gz xine-lib-52cca71494b20e9b620775a60be9ff885a329480.tar.bz2 |
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
Diffstat (limited to 'win32/include/inttypes.h')
-rw-r--r-- | win32/include/inttypes.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 |