diff options
Diffstat (limited to 'source/core/StarString_windows.hpp')
-rw-r--r-- | source/core/StarString_windows.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/core/StarString_windows.hpp b/source/core/StarString_windows.hpp index e681a9b..30665ba 100644 --- a/source/core/StarString_windows.hpp +++ b/source/core/StarString_windows.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_STRING_WINDOWS_HPP -#define STAR_STRING_WINDOWS_HPP +#pragma once #include <windows.h> @@ -11,5 +10,3 @@ String utf16ToString(WCHAR const* s); unique_ptr<WCHAR[]> stringToUtf16(String const& s); } - -#endif |