VirtualBox

Changeset 20614 in vbox


Ignore:
Timestamp:
Jun 16, 2009 9:30:04 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
48672
Message:

crOpenGL: define to allow running under opengl debuggers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/GuestHost/OpenGL/spu_loader/glloader.py

    r20609 r20614  
    6464#endif
    6565
     66/*#define CR_NO_GL_SYSTEM_PATH 1*/
    6667
    6768/*
     
    153154        crStrcat( system_path, "/" );
    154155#endif
     156#if !defined(CR_NO_GL_SYSTEM_PATH)
    155157        crStrcat( system_path, lib );
    156         dll = crDLLOpen( system_path, 1 /*resolveGlobal*/ );
     158        dll = crDLLOpen(system_path, 1 /*resolveGlobal*/);
     159#else
     160        dll = crDLLOpen(lib, 1 /*resolveGlobal*/);
     161#endif
    157162        return dll;
    158163}
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