VirtualBox

Changeset 46370 in vbox for trunk/src/VBox/GuestHost


Ignore:
Timestamp:
Jun 3, 2013 5:45:51 PM (12 years ago)
Author:
vboxsync
Message:

crOpenGL: burn fix take 2

Location:
trunk/src/VBox/GuestHost/OpenGL
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/GuestHost/OpenGL/include/cr_dump.h

    r46369 r46370  
    127127VBOXDUMPDECL(void) crRecDumpCurrentProgram(CR_RECORDER *pRec, CRContext *ctx);
    128128
    129 typedef DECLCALLBACK(GLuint) FNCRDUMPGETHWID(void *pvObj);
    130 typedef FNCRDUMPGETHWID *PFNCRDUMPGETHWID;
     129typedef DECLCALLBACKPTR(GLuint, PFNCRDUMPGETHWID)(void *pvObj);
    131130void* crDmpHashtableSearchByHwid(CRHashTable *pHash, GLuint hwid, PFNCRDUMPGETHWID pfnGetHwid, unsigned long *pKey);
    132131
  • trunk/src/VBox/GuestHost/OpenGL/util/dump.cpp

    r46368 r46370  
    3232#include <stdio.h>
    3333
     34#ifdef VBOX_WITH_CRDUMPER
     35
    3436/* dump stuff */
    3537#pragma pack(1)
     
    140142}
    141143
    142 
    143 #ifdef VBOX_WITH_CRDUMPER
    144144#if 0
    145145typedef struct CR_SERVER_DUMP_FIND_TEX
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