VirtualBox

Changeset 17252 in vbox for trunk


Ignore:
Timestamp:
Mar 2, 2009 2:39:13 PM (16 years ago)
Author:
vboxsync
Message:

Additions/x11/vboxvideo: hack around a typo in a header when building on Solaris

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/x11/vboxvideo/vboxvideo.h

    r17243 r17252  
    116116/* DRI support */
    117117#define _XF86DRI_SERVER_
     118/* Hack to work around a libdrm header which is broken on Solaris */
     119#define u_int64_t uint64_t
    118120#include "dri.h"
     121#undef u_int64_t
    119122#include "GL/glxint.h"
    120123#include "GL/glxtokens.h"
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette