Changeset 38636 in vbox for trunk/src/VBox/Runtime/testcase/tstLdr.cpp
- Timestamp:
- Sep 5, 2011 1:49:45 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 73843
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/tstLdr.cpp
r33540 r38636 316 316 int main(int argc, char **argv) 317 317 { 318 RTR3Init ();318 RTR3InitExe(argc, &argv, 0); 319 319 320 320 int rcRet = 0;
Note:
See TracChangeset
for help on using the changeset viewer.