VirtualBox

Ignore:
Timestamp:
Aug 10, 2010 5:05:18 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
64651
Message:

Additions/crOpenGL: make fakedri_drv.c build on recent systems. Patch contributed by Felix Geyer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/crOpenGL/fakedri_drv.c

    r30440 r31549  
    335335{
    336336    {
     337#ifdef _X_ATTRIBUTE_PRINTF
     338        void (*pxf86Msg)(MessageType type, const char *format, ...) _X_ATTRIBUTE_PRINTF(2,3);
     339#else
    337340        void (*pxf86Msg)(MessageType type, const char *format, ...) _printf_attribute(2,3);
     341#endif
    338342
    339343        pxf86Msg = dlsym(RTLD_DEFAULT, "xf86Msg");
Note: See TracChangeset for help on using the changeset viewer.

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