Changeset 37043 in vbox
- Timestamp:
- May 12, 2011 7:53:56 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxSDL/VBoxSDLTest.cpp
r28800 r37043 24 24 #include <iprt/assert.h> 25 25 #include <iprt/env.h> 26 #include <iprt/initterm.h> 26 27 #include <iprt/stream.h> 27 28 #include <iprt/string.h> … … 70 71 { 71 72 int rc; 73 RTR3Init(); 72 74 73 75 for (int i = 1; i < argc; i++)
Note:
See TracChangeset
for help on using the changeset viewer.