Changeset 63088 in vbox for trunk/src/VBox/Additions/WINNT/include
- Timestamp:
- Aug 6, 2016 2:52:32 PM (8 years ago)
- Location:
- trunk/src/VBox/Additions/WINNT/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/include/VBoxDisplay.h
r62865 r63088 1 1 /** @file 2 *3 2 * VBoxDisplay - private windows additions display header 4 * 3 */ 4 5 /* 5 6 * Copyright (C) 2006-2016 Oracle Corporation 6 7 * … … 13 14 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 14 15 */ 15 #ifndef __VBoxDisplay_h__ 16 #define __VBoxDisplay_h__ 16 17 #ifndef ___winnt_include_VBoxDisplay_h___ 18 #define ___winnt_include_VBoxDisplay_h___ 17 19 18 20 #include <iprt/types.h> … … 105 107 #endif /* VBOX_WITH_WDDM */ 106 108 107 #endif /* __VBoxDisplay_h__ */ 109 #endif 110 -
trunk/src/VBox/Additions/WINNT/include/VBoxHook.h
r62522 r63088 15 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 16 */ 17 17 18 #ifndef ___winnt_include_VBoxHook_h 18 19 #define ___winnt_include_VBoxHook_h
Note:
See TracChangeset
for help on using the changeset viewer.