소스 검색

On Win32, define 32-bit C99 types as ints instead of longs, because

a lot of software (wrongly) assumes that int32_t is the same as int.

git-svn-id: file:///srv/caca.zoy.org/var/lib/svn/libpipi/trunk@4397 92316355-f0b4-4df1-b90c-862c8a59935f
master
sam 15 년 전
부모
커밋
adb764b51c
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      pipi/pipi_types.h.in

+ 2
- 2
pipi/pipi_types.h.in 파일 보기

@@ -39,12 +39,12 @@

typedef signed char int8_t;
typedef signed short int16_t;
typedef signed long int int32_t;
typedef signed int int32_t;
typedef signed long long int int64_t;

typedef unsigned char uint8_t;
typedef unsigned short uint16_t;
typedef unsigned long int uint32_t;
typedef unsigned int uint32_t;
typedef unsigned long long int uint64_t;

typedef int ssize_t;


||||||
x
 
000:0
불러오는 중...
취소
저장