File: os.h

package info (click to toggle)
libshout 2.4.6-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 2,732 kB
  • sloc: ansic: 9,870; sh: 4,154; xml: 1,269; makefile: 150
file content (7 lines) | stat: -rwxr-xr-x 165 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
#ifdef _MSC_VER
typedef __int64 int64_t;
typedef unsigned __int64 uint64_t;
typedef unsigned __int32 uint32_t;
typedef __int32 int32_t;
typedef int  ssize_t;
#endif