VirtualBox

Ignore:
Timestamp:
Aug 11, 2014 6:40:48 PM (10 years ago)
Author:
vboxsync
Message:

4.3: crOpenGL: ups

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/VBox

  • trunk/src/VBox/GuestHost/OpenGL/util/error.c

    r52351 r52352  
    585585    va_end( args );
    586586}
    587 
    588 BOOL WINAPI DllMain(HINSTANCE hDLLInst, DWORD fdwReason, LPVOID lpvReserved)
    589 {
    590     (void) lpvReserved;
    591 
    592     switch (fdwReason)
    593     {
    594         case DLL_PROCESS_ATTACH:
    595         {
    596             char aName[MAX_PATH];
    597             GetModuleFileNameA(hDLLInst, aName, RT_ELEMENTS(aName));
    598             crDbgCmdSymLoadPrint(aName, hDLLInst);
    599             break;
    600         }
    601         default:
    602             break;
    603     }
    604 
    605     return TRUE;
    606 }
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