Changeset 62673 in vbox for trunk/src/VBox/ValidationKit/utils/nt/nttimesources.cpp
- Timestamp:
- Jul 29, 2016 11:04:35 AM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 109246
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/utils/nt/nttimesources.cpp
r62484 r62673 29 29 * Header Files * 30 30 *********************************************************************************************************************************/ 31 #include < Windows.h>31 #include <iprt/win/windows.h> 32 32 33 33 #include <iprt/asm.h> … … 84 84 int main(int argc, char **argv) 85 85 { 86 RT_NOREF1(argv); 87 86 88 /* 87 89 * Init, create a test instance and "parse" arguments.
Note:
See TracChangeset
for help on using the changeset viewer.