VirtualBox

Changeset 63325 in vbox


Ignore:
Timestamp:
Aug 11, 2016 11:26:20 AM (8 years ago)
Author:
vboxsync
Message:

warningS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/SharedOpenGL/OpenGLTest/OpenGLTestApp.cpp

    r62679 r63325  
    356356
    357357#ifdef RT_OS_WINDOWS
    358 extern "C" int WINAPI WinMain(HINSTANCE hInstance,
    359     HINSTANCE /*hPrevInstance*/, LPSTR lpCmdLine, int /*nShowCmd*/)
    360 {
     358extern "C" int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nShowCmd)
     359{
     360    RT_NOREF(hInstance, hPrevInstance, lpCmdLine, nShowCmd);
    361361    return main(__argc, __argv);
    362362}
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