Changeset 63094 in vbox for trunk/src/VBox/Additions/WINNT/VBoxHook/testcase
- Timestamp:
- Aug 6, 2016 3:19:54 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/VBoxHook/testcase/tstHook.cpp
r62679 r63094 1 /* $Id$ */ 2 /** @file 3 * VBoxHook testcase. 4 */ 5 1 6 /* 2 7 * Copyright (C) 2006-2016 Oracle Corporation … … 19 24 #include <stdio.h> 20 25 21 int main(int argc, char **argv) 26 27 int main() 22 28 { 23 29 printf("Enabling global hook\n"); … … 34 40 return 0; 35 41 } 42
Note:
See TracChangeset
for help on using the changeset viewer.