~ubuntu-branches/ubuntu/quantal/vice/quantal

« back to all changes in this revision

Viewing changes to src/arch/os2/ui_status.h

  • Committer: Bazaar Package Importer
  • Author(s): Zed Pobre
  • Date: 2005-03-27 13:06:04 UTC
  • mfrom: (4 hoary)
  • mto: This revision was merged to the branch mainline in revision 5.
  • Revision ID: james.westby@ubuntu.com-20050327130604-zodmv0i60dbbmcik
Tags: 1.16-3
Apply patch from Andreas Jochens <aj@andaco.de> to correct building on
AMD64 and GCC 4.x (closes: #300936)

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
#ifndef _UI_STATUS_H
28
28
#define _UI_STATUS_H
29
29
 
30
 
#undef BYTE
31
 
#undef ADDRESS
32
 
#include <os2.h>
33
 
#undef ADDRESS
34
 
#define ADDRESS WORD
35
 
 
36
 
#include "ui.h"
37
 
 
38
30
typedef struct _ui_status
39
31
{
40
32
    HPS   hps;