diff options
Diffstat (limited to 'winsup/cygwin/ntdll.h')
-rw-r--r-- | winsup/cygwin/ntdll.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/winsup/cygwin/ntdll.h b/winsup/cygwin/ntdll.h index dda3c2d20..2ca6a5ab3 100644 --- a/winsup/cygwin/ntdll.h +++ b/winsup/cygwin/ntdll.h @@ -9,8 +9,7 @@ Cygwin license. Please consult the file "CYGWIN_LICENSE" for details. */ -#ifndef _NTDLL_H -#define _NTDLL_H 1 +#pragma once #ifndef __MINGW64_VERSION_MAJOR # include <ddk/ntstatus.h> @@ -1425,4 +1424,3 @@ extern "C" } } #endif -#endif /*_NTDLL_H*/ |