diff options
Diffstat (limited to 'plugins/Restart')
-rw-r--r-- | plugins/Restart/src/resource.h | 2 | ||||
-rw-r--r-- | plugins/Restart/src/restart.cpp | 2 | ||||
-rw-r--r-- | plugins/Restart/src/stdafx.cxx | 2 | ||||
-rw-r--r-- | plugins/Restart/src/stdafx.h | 2 | ||||
-rw-r--r-- | plugins/Restart/src/version.h | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/plugins/Restart/src/resource.h b/plugins/Restart/src/resource.h index 5ab99e0e04..0c6d35d224 100644 --- a/plugins/Restart/src/resource.h +++ b/plugins/Restart/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by Restart.rc
//
diff --git a/plugins/Restart/src/restart.cpp b/plugins/Restart/src/restart.cpp index f39a52ecb8..7f2ad366ac 100644 --- a/plugins/Restart/src/restart.cpp +++ b/plugins/Restart/src/restart.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
HINSTANCE hInst;
int hLangpack;
diff --git a/plugins/Restart/src/stdafx.cxx b/plugins/Restart/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/Restart/src/stdafx.cxx +++ b/plugins/Restart/src/stdafx.cxx @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2012-17 Miranda NG project (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/plugins/Restart/src/stdafx.h b/plugins/Restart/src/stdafx.h index 42389b56d1..ba71e84021 100644 --- a/plugins/Restart/src/stdafx.h +++ b/plugins/Restart/src/stdafx.h @@ -1,4 +1,4 @@ -#define WIN32_LEAN_AND_MEAN
+#define WIN32_LEAN_AND_MEAN
#include <windows.h>
diff --git a/plugins/Restart/src/version.h b/plugins/Restart/src/version.h index a2dc1e9e57..bd550e6dc5 100644 --- a/plugins/Restart/src/version.h +++ b/plugins/Restart/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0 +#define __MAJOR_VERSION 0 #define __MINOR_VERSION 0 #define __RELEASE_NUM 6 #define __BUILD_NUM 0 |