Changeset 76563 in vbox for trunk/src/VBox/Additions/WINNT/include
- Timestamp:
- Jan 1, 2019 3:53:56 AM (6 years ago)
- Location:
- trunk/src/VBox/Additions/WINNT/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/include/VBoxDisplay.h
r76553 r76563 15 15 */ 16 16 17 #ifndef ___winnt_include_VBoxDisplay_h___18 #define ___winnt_include_VBoxDisplay_h___17 #ifndef GA_INCLUDED_WINNT_VBoxDisplay_h 18 #define GA_INCLUDED_WINNT_VBoxDisplay_h 19 19 #ifndef RT_WITHOUT_PRAGMA_ONCE 20 20 # pragma once … … 123 123 #endif /* VBOX_WITH_WDDM */ 124 124 125 #endif 125 #endif /* !GA_INCLUDED_WINNT_VBoxDisplay_h */ 126 126 -
trunk/src/VBox/Additions/WINNT/include/VBoxHook.h
r76553 r76563 16 16 */ 17 17 18 #ifndef ___winnt_include_VBoxHook_h19 #define ___winnt_include_VBoxHook_h18 #ifndef GA_INCLUDED_WINNT_VBoxHook_h 19 #define GA_INCLUDED_WINNT_VBoxHook_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 41 41 BOOL VBoxHookRemoveWindowTracker(); 42 42 43 #endif 43 #endif /* !GA_INCLUDED_WINNT_VBoxHook_h */ 44 44
Note:
See TracChangeset
for help on using the changeset viewer.