diff options
Diffstat (limited to 'plugins/NoHistory/src')
-rw-r--r-- | plugins/NoHistory/src/dllmain.cpp | 2 | ||||
-rw-r--r-- | plugins/NoHistory/src/icons.cpp | 2 | ||||
-rw-r--r-- | plugins/NoHistory/src/icons.h | 2 | ||||
-rw-r--r-- | plugins/NoHistory/src/options.cpp | 2 | ||||
-rw-r--r-- | plugins/NoHistory/src/options.h | 2 | ||||
-rw-r--r-- | plugins/NoHistory/src/resource.h | 2 | ||||
-rw-r--r-- | plugins/NoHistory/src/stdafx.cxx | 2 | ||||
-rw-r--r-- | plugins/NoHistory/src/stdafx.h | 2 | ||||
-rw-r--r-- | plugins/NoHistory/src/version.h | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/plugins/NoHistory/src/dllmain.cpp b/plugins/NoHistory/src/dllmain.cpp index f20a68161b..3e66c05d59 100644 --- a/plugins/NoHistory/src/dllmain.cpp +++ b/plugins/NoHistory/src/dllmain.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
HINSTANCE hInst;
int hLangpack = 0;
diff --git a/plugins/NoHistory/src/icons.cpp b/plugins/NoHistory/src/icons.cpp index c718ecd356..dbe4108425 100644 --- a/plugins/NoHistory/src/icons.cpp +++ b/plugins/NoHistory/src/icons.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
HICON hIconRemove, hIconKeep, hIconClear;
diff --git a/plugins/NoHistory/src/icons.h b/plugins/NoHistory/src/icons.h index cfd2288c52..a233d6d290 100644 --- a/plugins/NoHistory/src/icons.h +++ b/plugins/NoHistory/src/icons.h @@ -1,4 +1,4 @@ -#ifndef _ICONS_INC
+#ifndef _ICONS_INC
#define _ICONS_INC
extern HICON hIconRemove, hIconKeep, hIconClear;
diff --git a/plugins/NoHistory/src/options.cpp b/plugins/NoHistory/src/options.cpp index 92877a43b7..980a8c4164 100644 --- a/plugins/NoHistory/src/options.cpp +++ b/plugins/NoHistory/src/options.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
static void SetListGroupIcons(HWND hwndList,HANDLE hFirstItem,HANDLE hParentItem,int *groupChildCount)
{
diff --git a/plugins/NoHistory/src/options.h b/plugins/NoHistory/src/options.h index c2eba8f246..590f8a318f 100644 --- a/plugins/NoHistory/src/options.h +++ b/plugins/NoHistory/src/options.h @@ -1,4 +1,4 @@ -#ifndef _OPTIONS_INC
+#ifndef _OPTIONS_INC
#define _OPTIONS_INC
extern DWORD event_timeout;
diff --git a/plugins/NoHistory/src/resource.h b/plugins/NoHistory/src/resource.h index 5640d91b59..b6eceb3cd9 100644 --- a/plugins/NoHistory/src/resource.h +++ b/plugins/NoHistory/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by NoHistory.rc
//
diff --git a/plugins/NoHistory/src/stdafx.cxx b/plugins/NoHistory/src/stdafx.cxx index b05ed73bc5..bfd519e3dc 100644 --- a/plugins/NoHistory/src/stdafx.cxx +++ b/plugins/NoHistory/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/NoHistory/src/stdafx.h b/plugins/NoHistory/src/stdafx.h index f53245336b..bd31593c97 100644 --- a/plugins/NoHistory/src/stdafx.h +++ b/plugins/NoHistory/src/stdafx.h @@ -1,4 +1,4 @@ -#ifndef _COMMON_INC
+#ifndef _COMMON_INC
#define _COMMON_INC
#include <windows.h>
diff --git a/plugins/NoHistory/src/version.h b/plugins/NoHistory/src/version.h index 31b68721b2..d153d94343 100644 --- a/plugins/NoHistory/src/version.h +++ b/plugins/NoHistory/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0 +#define __MAJOR_VERSION 0 #define __MINOR_VERSION 2 #define __RELEASE_NUM 3 #define __BUILD_NUM 0 |