diff options
Diffstat (limited to 'win/win32service.h')
-rw-r--r-- | win/win32service.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/win/win32service.h b/win/win32service.h index e4500be13..d8177eabc 100644 --- a/win/win32service.h +++ b/win/win32service.h @@ -15,7 +15,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ + #pragma once + #ifdef _WIN32 /* Hook for win32service.cpp to exit properly with the service specific error code */ |