OpenCores
URL https://opencores.org/ocsvn/or1k_old/or1k_old/trunk

Subversion Repositories or1k_old

[/] [or1k_old/] [trunk/] [insight/] [tix/] [win/] [tixWinPort.h] - Blame information for rev 1782

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 578 markom
/*
2
 * tixWinPort.h --
3
 *
4
 *      This header file handles porting issues that occur because of
5
 *      differences between systems.  It reads in platform specific
6
 *      portability files.
7
 *
8
 * Copyright (c) 1996, Expert Interface Technologies
9
 *
10
 * See the file "license.terms" for information on usage and redistribution
11
 * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
12
 *
13
 */
14
 
15
#ifndef _TIX_WINPORT_H_
16
#define _TIX_WINPORT_H_
17
 
18
#include <malloc.h>
19
#include <stdio.h>
20
 
21
#include <stdlib.h>
22
#include <string.h>
23
#include <errno.h>
24
#include <sys/stat.h>
25
#include <sys/timeb.h>
26
#include <time.h>
27
#include <io.h>
28
#include <fcntl.h>
29
 
30
#define WIN32_LEAN_AND_MEAN
31
#include <windows.h>
32
#undef WIN32_LEAN_AND_MEAN
33
 
34
struct _TixpSubRegion {
35
    Pixmap pixmap;
36
    int origX, origY;
37
    int x, y;
38
    int width, height;
39
};
40
 
41
typedef unsigned char UNSIGNED_CHAR;
42
 
43
#endif /* _TIX_WINPORT_H_ */

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.