summaryrefslogtreecommitdiff
path: root/sys/src/cmd/unix/drawterm/include/9windows.h
blob: e779475b87c5b1ecc0104f2f93f7c68ae2726c30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <math.h>
#include <fcntl.h>
#include <io.h>
#include <setjmp.h>
#include <direct.h>
#include <process.h>
#include <time.h>
#include <assert.h>
#include <stdarg.h>

/* disable various silly warnings */
#ifdef MSVC
#pragma warning( disable : 4245 4305 4244 4102 4761 4090 4028 4024)
#endif

typedef __int64		p9_vlong;
typedef	unsigned __int64 p9_uvlong;
typedef unsigned uintptr;