Changeset 76507 in vbox for trunk/include/iprt/nt
- Timestamp:
- Dec 30, 2018 3:43:09 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127808
- Location:
- trunk/include/iprt/nt
- Files:
-
- 13 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/nt/dispmprt.h
r69105 r76507 24 24 */ 25 25 26 27 26 #ifndef ___iprt_nt_dispmprt_h___ 28 27 #define ___iprt_nt_dispmprt_h___ 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 29 31 30 32 #include <iprt/cdefs.h> -
trunk/include/iprt/nt/hyperv.h
r74651 r76507 24 24 */ 25 25 26 27 26 #ifndef ___iprt_nt_hyperv_h 28 27 #define ___iprt_nt_hyperv_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 29 31 30 32 -
trunk/include/iprt/nt/miniport.h
r69105 r76507 24 24 */ 25 25 26 27 26 #ifndef ___iprt_nt_miniport_h___ 28 27 #define ___iprt_nt_miniport_h___ 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 29 31 30 32 #include <iprt/cdefs.h> -
trunk/include/iprt/nt/ndis.h
r69105 r76507 24 24 */ 25 25 26 27 26 #ifndef ___iprt_nt_ndis_h___ 28 27 #define ___iprt_nt_ndis_h___ 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 29 31 30 32 #include <iprt/cdefs.h> -
trunk/include/iprt/nt/nt-and-windows.h
r69105 r76507 27 27 #ifndef ___iprt_nt_nt_and_windows_h 28 28 #define ___iprt_nt_nt_and_windows_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #define _PEB IncompleteWindows__PEB -
trunk/include/iprt/nt/nt-structures.h
r73458 r76507 27 27 #ifndef ___iprt_nt_nt_structures_h___ 28 28 #define ___iprt_nt_nt_structures_h___ 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 -
trunk/include/iprt/nt/nt.h
r76385 r76507 27 27 #ifndef ___iprt_nt_nt_h___ 28 28 #define ___iprt_nt_nt_h___ 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 /** @def IPRT_NT_MAP_TO_ZW -
trunk/include/iprt/nt/ntddk.h
r69105 r76507 24 24 */ 25 25 26 27 26 #ifndef ___iprt_nt_ntddk_h___ 28 27 #define ___iprt_nt_ntddk_h___ 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 29 31 30 32 /* Make sure we get the right prototypes. */ -
trunk/include/iprt/nt/rx.h
r69105 r76507 24 24 */ 25 25 26 27 26 #ifndef ___iprt_nt_rx_h___ 28 27 #define ___iprt_nt_rx_h___ 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 29 31 30 32 #include <iprt/cdefs.h> -
trunk/include/iprt/nt/tdikrnl.h
r69105 r76507 24 24 */ 25 25 26 27 26 #ifndef ___iprt_nt_tdikrnl_h___ 28 27 #define ___iprt_nt_tdikrnl_h___ 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 29 31 30 32 #pragma warning(push) -
trunk/include/iprt/nt/vid.h
r74517 r76507 24 24 */ 25 25 26 27 26 #ifndef ___iprt_nt_vid_h 28 27 #define ___iprt_nt_vid_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 29 31 30 32 #include "hyperv.h" -
trunk/include/iprt/nt/video.h
r69105 r76507 24 24 */ 25 25 26 27 26 #ifndef ___iprt_nt_video_h___ 28 27 #define ___iprt_nt_video_h___ 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 29 31 30 32 #include <iprt/cdefs.h> -
trunk/include/iprt/nt/wdm.h
r69105 r76507 24 24 */ 25 25 26 27 26 #ifndef ___iprt_nt_wdm_h___ 28 27 #define ___iprt_nt_wdm_h___ 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 29 31 30 32 /* Make sure we get the right prototypes. */
Note:
See TracChangeset
for help on using the changeset viewer.