X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Flib%2Fcrypto%2Fos_port.h;h=cd505b588b655604e34d9b70f0a49c90c10f73b6;hb=979533c39ad690eccd14b5d03f92f32b3186cda1;hp=80c09e840d9ba69bc570c80f7b8ea509e3582c4e;hpb=406e97773573c7f8b4d019025e2694b914aca830;p=deb_shairplay.git diff --git a/src/lib/crypto/os_port.h b/src/lib/crypto/os_port.h index 80c09e8..cd505b5 100644 --- a/src/lib/crypto/os_port.h +++ b/src/lib/crypto/os_port.h @@ -97,7 +97,6 @@ extern "C" { #define strdup(A) _strdup(A) #define chroot(A) _chdir(A) #define chdir(A) _chdir(A) -#define alloca(A) _alloca(A) #ifndef lseek #define lseek(A,B,C) _lseek(A,B,C) #endif @@ -108,7 +107,7 @@ extern "C" { see http://www.khngai.com/emacs/tty.php */ #define TTY_FLUSH() if (!_isatty(_fileno(stdout))) fflush(stdout); -/* + typedef UINT8 uint8_t; typedef INT8 int8_t; typedef UINT16 uint16_t; @@ -118,7 +117,6 @@ typedef INT32 int32_t; typedef UINT64 uint64_t; typedef INT64 int64_t; typedef int socklen_t; -*/ #else /* Not Win32 */