Changeset 63325 in vbox
- Timestamp:
- Aug 11, 2016 11:26:20 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedOpenGL/OpenGLTest/OpenGLTestApp.cpp
r62679 r63325 356 356 357 357 #ifdef RT_OS_WINDOWS 358 extern "C" int WINAPI WinMain(HINSTANCE hInstance, 359 HINSTANCE /*hPrevInstance*/, LPSTR lpCmdLine, int /*nShowCmd*/) 360 { 358 extern "C" int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nShowCmd) 359 { 360 RT_NOREF(hInstance, hPrevInstance, lpCmdLine, nShowCmd); 361 361 return main(__argc, __argv); 362 362 }
Note:
See TracChangeset
for help on using the changeset viewer.