summaryrefslogtreecommitdiff
path: root/include/systools/win32/uwinapi.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/systools/win32/uwinapi.h')
-rw-r--r--include/systools/win32/uwinapi.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/systools/win32/uwinapi.h b/include/systools/win32/uwinapi.h
index 4aa6997d7a87..db2faead0c29 100644
--- a/include/systools/win32/uwinapi.h
+++ b/include/systools/win32/uwinapi.h
@@ -17,7 +17,9 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#pragma once
+#ifndef INCLUDED_SYSTOOLS_WIN32_UWINAPI_H
+#define INCLUDED_SYSTOOLS_WIN32_UWINAPI_H
+
#include <sal/macros.h>
#ifdef _UWINAPI_
# define _KERNEL32_
@@ -55,4 +57,6 @@ inline bool IsValidHandle(HANDLE handle)
#endif /* __cplusplus */
+#endif // INCLUDED_SYSTOOLS_WIN32_UWINAPI_H
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */