diff --git a/hw/xfree86/int10/vbe.h b/hw/xfree86/int10/vbe.h index 1f43d68ca..ee3a4daf8 100644 --- a/hw/xfree86/int10/vbe.h +++ b/hw/xfree86/int10/vbe.h @@ -59,13 +59,10 @@ typedef struct vbeControllerInfoBlock { CARD8 OemData[256]; } vbeControllerInfoRec, *vbeControllerInfoPtr; -#if defined(__GNUC__) || defined(__USLC__) +#if defined(__GNUC__) #pragma pack() /* All GCC versions recognise this syntax */ #else #pragma pack(0) -#endif - -#if !( defined(__GNUC__)) #define __attribute__(a) #endif