Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 24383 | Differences between
and this patch

Collapse All | Expand All

(-)xmame-0.70.1-orig/src/unix/osd_cpu.h (+4 lines)
Lines 39-49 Link Here
39
#endif
39
#endif
40
40
41
/* grrr work around some stupid header conflicts */
41
/* grrr work around some stupid header conflicts */
42
#ifndef xgl
42
#if !defined __XF86_DGA_C && !defined __XOPENGL_C_ && !defined LONG64
43
#if !defined __XF86_DGA_C && !defined __XOPENGL_C_ && !defined LONG64
43
typedef signed   char      INT8;
44
typedef signed   char      INT8;
44
typedef signed   short     INT16;
45
typedef signed   short     INT16;
45
typedef signed   int       INT32;
46
typedef signed   int       INT32;
46
#endif
47
#endif
48
#else
49
#include <X11/Xmd.h>
50
#endif
47
51
48
#ifndef LONG64
52
#ifndef LONG64
49
typedef signed   long long INT64;
53
typedef signed   long long INT64;

Return to bug 24383