summaryrefslogtreecommitdiff
path: root/plugins/MirandaG15/src/LCDFramework
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/MirandaG15/src/LCDFramework')
-rw-r--r--plugins/MirandaG15/src/LCDFramework/CLCDBar.cpp2
-rw-r--r--plugins/MirandaG15/src/LCDFramework/CLCDBar.h2
-rw-r--r--plugins/MirandaG15/src/LCDFramework/CLCDBitmap.cpp2
-rw-r--r--plugins/MirandaG15/src/LCDFramework/CLCDBitmap.h2
-rw-r--r--plugins/MirandaG15/src/LCDFramework/CLCDConnection.cpp2
-rw-r--r--plugins/MirandaG15/src/LCDFramework/CLCDConnection.h2
-rw-r--r--plugins/MirandaG15/src/LCDFramework/CLCDConnectionLogitech.cpp2
-rw-r--r--plugins/MirandaG15/src/LCDFramework/CLCDConnectionLogitech.h2
-rw-r--r--plugins/MirandaG15/src/LCDFramework/CLCDDevice.h2
-rw-r--r--plugins/MirandaG15/src/LCDFramework/CLCDGfx.cpp2
-rw-r--r--plugins/MirandaG15/src/LCDFramework/CLCDGfx.h2
-rw-r--r--plugins/MirandaG15/src/LCDFramework/CLCDInput.cpp2
-rw-r--r--plugins/MirandaG15/src/LCDFramework/CLCDInput.h2
-rw-r--r--plugins/MirandaG15/src/LCDFramework/CLCDLabel.cpp2
-rw-r--r--plugins/MirandaG15/src/LCDFramework/CLCDLabel.h2
-rw-r--r--plugins/MirandaG15/src/LCDFramework/CLCDList.h2
-rw-r--r--plugins/MirandaG15/src/LCDFramework/CLCDObject.h2
-rw-r--r--plugins/MirandaG15/src/LCDFramework/CLCDOutputManager.cpp2
-rw-r--r--plugins/MirandaG15/src/LCDFramework/CLCDOutputManager.h2
-rw-r--r--plugins/MirandaG15/src/LCDFramework/CLCDScreen.cpp2
-rw-r--r--plugins/MirandaG15/src/LCDFramework/CLCDScreen.h2
-rw-r--r--plugins/MirandaG15/src/LCDFramework/CLCDTextLog.cpp2
-rw-r--r--plugins/MirandaG15/src/LCDFramework/CLCDTextLog.h2
-rw-r--r--plugins/MirandaG15/src/LCDFramework/CLCDTextObject.cpp2
-rw-r--r--plugins/MirandaG15/src/LCDFramework/CLCDTextObject.h2
-rw-r--r--plugins/MirandaG15/src/LCDFramework/ConStream.cpp2
-rw-r--r--plugins/MirandaG15/src/LCDFramework/ConStream.h2
-rw-r--r--plugins/MirandaG15/src/LCDFramework/LCDFramework.h2
-rw-r--r--plugins/MirandaG15/src/LCDFramework/LCDObject.cpp2
-rw-r--r--plugins/MirandaG15/src/LCDFramework/debug.cpp2
-rw-r--r--plugins/MirandaG15/src/LCDFramework/debug.h2
-rw-r--r--plugins/MirandaG15/src/LCDFramework/g15sdk/lglcd.h2
-rw-r--r--plugins/MirandaG15/src/LCDFramework/hid/hidpi.h2
-rw-r--r--plugins/MirandaG15/src/LCDFramework/hid/hidsdi.h2
-rw-r--r--plugins/MirandaG15/src/LCDFramework/hid/hidusage.h2
-rw-r--r--plugins/MirandaG15/src/LCDFramework/misc.cpp2
-rw-r--r--plugins/MirandaG15/src/LCDFramework/misc.h2
-rw-r--r--plugins/MirandaG15/src/LCDFramework/stdafx.h2
38 files changed, 38 insertions, 38 deletions
diff --git a/plugins/MirandaG15/src/LCDFramework/CLCDBar.cpp b/plugins/MirandaG15/src/LCDFramework/CLCDBar.cpp
index f5701edd35..c6ba4f8f98 100644
--- a/plugins/MirandaG15/src/LCDFramework/CLCDBar.cpp
+++ b/plugins/MirandaG15/src/LCDFramework/CLCDBar.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
#include "CLCDGfx.h"
#include "CLCDObject.h"
#include "CLCDBar.h"
diff --git a/plugins/MirandaG15/src/LCDFramework/CLCDBar.h b/plugins/MirandaG15/src/LCDFramework/CLCDBar.h
index 1afb446132..08441abe38 100644
--- a/plugins/MirandaG15/src/LCDFramework/CLCDBar.h
+++ b/plugins/MirandaG15/src/LCDFramework/CLCDBar.h
@@ -1,4 +1,4 @@
-#ifndef _CLCDBar_H_
+#ifndef _CLCDBar_H_
#define _CLCDBar_H_
#define TOP 1
diff --git a/plugins/MirandaG15/src/LCDFramework/CLCDBitmap.cpp b/plugins/MirandaG15/src/LCDFramework/CLCDBitmap.cpp
index b9aadd3bfc..3f9cc4799b 100644
--- a/plugins/MirandaG15/src/LCDFramework/CLCDBitmap.cpp
+++ b/plugins/MirandaG15/src/LCDFramework/CLCDBitmap.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
#include "CLCDBitmap.h"
CLCDBitmap::CLCDBitmap()
diff --git a/plugins/MirandaG15/src/LCDFramework/CLCDBitmap.h b/plugins/MirandaG15/src/LCDFramework/CLCDBitmap.h
index d8c7813b81..a615e7bc4d 100644
--- a/plugins/MirandaG15/src/LCDFramework/CLCDBitmap.h
+++ b/plugins/MirandaG15/src/LCDFramework/CLCDBitmap.h
@@ -1,4 +1,4 @@
-#ifndef _CLCDBITMAP_H_
+#ifndef _CLCDBITMAP_H_
#define _CLCDBITMAP_H_
#include "CLCDGfx.h"
diff --git a/plugins/MirandaG15/src/LCDFramework/CLCDConnection.cpp b/plugins/MirandaG15/src/LCDFramework/CLCDConnection.cpp
index 929f801d8e..62945daeb0 100644
--- a/plugins/MirandaG15/src/LCDFramework/CLCDConnection.cpp
+++ b/plugins/MirandaG15/src/LCDFramework/CLCDConnection.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
#include "CLCDConnection.h"
//************************************************************************
diff --git a/plugins/MirandaG15/src/LCDFramework/CLCDConnection.h b/plugins/MirandaG15/src/LCDFramework/CLCDConnection.h
index 099f850ec9..10ecf9c9f4 100644
--- a/plugins/MirandaG15/src/LCDFramework/CLCDConnection.h
+++ b/plugins/MirandaG15/src/LCDFramework/CLCDConnection.h
@@ -1,4 +1,4 @@
-#ifndef _CLCDCONNECTION_H_
+#ifndef _CLCDCONNECTION_H_
#define _CLCDCONNECTION_H_
#include "CLCDDevice.h"
diff --git a/plugins/MirandaG15/src/LCDFramework/CLCDConnectionLogitech.cpp b/plugins/MirandaG15/src/LCDFramework/CLCDConnectionLogitech.cpp
index 2ec4f18332..31291ee30e 100644
--- a/plugins/MirandaG15/src/LCDFramework/CLCDConnectionLogitech.cpp
+++ b/plugins/MirandaG15/src/LCDFramework/CLCDConnectionLogitech.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
#include "CLCDConnectionLogitech.h"
#include "CLCDOutputManager.h"
diff --git a/plugins/MirandaG15/src/LCDFramework/CLCDConnectionLogitech.h b/plugins/MirandaG15/src/LCDFramework/CLCDConnectionLogitech.h
index 631c74121c..7468db472d 100644
--- a/plugins/MirandaG15/src/LCDFramework/CLCDConnectionLogitech.h
+++ b/plugins/MirandaG15/src/LCDFramework/CLCDConnectionLogitech.h
@@ -1,4 +1,4 @@
-#ifndef _CLCDCONNECTIONLOGITECH_H_
+#ifndef _CLCDCONNECTIONLOGITECH_H_
#define _CLCDCONNECTIONLOGITECH_H_
#include "CLCDDevice.h"
diff --git a/plugins/MirandaG15/src/LCDFramework/CLCDDevice.h b/plugins/MirandaG15/src/LCDFramework/CLCDDevice.h
index 5d4776e0f5..473975b942 100644
--- a/plugins/MirandaG15/src/LCDFramework/CLCDDevice.h
+++ b/plugins/MirandaG15/src/LCDFramework/CLCDDevice.h
@@ -1,4 +1,4 @@
-#ifndef _CLCDDEVICE_H_
+#ifndef _CLCDDEVICE_H_
#define _CLCDDEVICE_H_
#include "g15sdk/lglcd.h"
diff --git a/plugins/MirandaG15/src/LCDFramework/CLCDGfx.cpp b/plugins/MirandaG15/src/LCDFramework/CLCDGfx.cpp
index 8dfc6c98e3..e72100359f 100644
--- a/plugins/MirandaG15/src/LCDFramework/CLCDGfx.cpp
+++ b/plugins/MirandaG15/src/LCDFramework/CLCDGfx.cpp
@@ -1,4 +1,4 @@
-//************************************************************************
+//************************************************************************
//
// LCDGfx.cpp
//
diff --git a/plugins/MirandaG15/src/LCDFramework/CLCDGfx.h b/plugins/MirandaG15/src/LCDFramework/CLCDGfx.h
index 9ac2288262..9a9d1dfa48 100644
--- a/plugins/MirandaG15/src/LCDFramework/CLCDGfx.h
+++ b/plugins/MirandaG15/src/LCDFramework/CLCDGfx.h
@@ -1,4 +1,4 @@
-#ifndef _CLCDGfx_H_
+#ifndef _CLCDGfx_H_
#define _CLCDGfx_H_
enum ETransitionType {TRANSITION_FADE,TRANSITION_VLINES,TRANSITION_HLINES,TRANSITION_MORPH,TRANSITION_RANDOM};
diff --git a/plugins/MirandaG15/src/LCDFramework/CLCDInput.cpp b/plugins/MirandaG15/src/LCDFramework/CLCDInput.cpp
index 92723e0501..5ba709452e 100644
--- a/plugins/MirandaG15/src/LCDFramework/CLCDInput.cpp
+++ b/plugins/MirandaG15/src/LCDFramework/CLCDInput.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
#include "CLCDInput.h"
#include "CLCDOutputManager.h"
diff --git a/plugins/MirandaG15/src/LCDFramework/CLCDInput.h b/plugins/MirandaG15/src/LCDFramework/CLCDInput.h
index ccf9def536..5f0d91ee2a 100644
--- a/plugins/MirandaG15/src/LCDFramework/CLCDInput.h
+++ b/plugins/MirandaG15/src/LCDFramework/CLCDInput.h
@@ -1,4 +1,4 @@
-#ifndef _LCDINPUTTEXT_H_INCLUDED_
+#ifndef _LCDINPUTTEXT_H_INCLUDED_
#define _LCDINPUTTEXT_H_INCLUDED_
#define MARKER_HOLD 0
diff --git a/plugins/MirandaG15/src/LCDFramework/CLCDLabel.cpp b/plugins/MirandaG15/src/LCDFramework/CLCDLabel.cpp
index 3a87774f97..38d6ccf326 100644
--- a/plugins/MirandaG15/src/LCDFramework/CLCDLabel.cpp
+++ b/plugins/MirandaG15/src/LCDFramework/CLCDLabel.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
#include "CLCDGfx.h"
#include "CLCDObject.h"
#include "CLCDTextObject.h"
diff --git a/plugins/MirandaG15/src/LCDFramework/CLCDLabel.h b/plugins/MirandaG15/src/LCDFramework/CLCDLabel.h
index b2bcc5bc3b..30a907df00 100644
--- a/plugins/MirandaG15/src/LCDFramework/CLCDLabel.h
+++ b/plugins/MirandaG15/src/LCDFramework/CLCDLabel.h
@@ -1,4 +1,4 @@
-#ifndef _CLCDLABEL_H_
+#ifndef _CLCDLABEL_H_
#define _CLCDLABEL_H_
#include "CLCDTextObject.h"
diff --git a/plugins/MirandaG15/src/LCDFramework/CLCDList.h b/plugins/MirandaG15/src/LCDFramework/CLCDList.h
index 93284ba71a..0d7c5559bb 100644
--- a/plugins/MirandaG15/src/LCDFramework/CLCDList.h
+++ b/plugins/MirandaG15/src/LCDFramework/CLCDList.h
@@ -1,4 +1,4 @@
-#ifndef _CLCDLIST_H_
+#ifndef _CLCDLIST_H_
#define _CLCDLIST_H_
#include "CLCDTextObject.h"
diff --git a/plugins/MirandaG15/src/LCDFramework/CLCDObject.h b/plugins/MirandaG15/src/LCDFramework/CLCDObject.h
index 13dbb5a101..b275a7a0e3 100644
--- a/plugins/MirandaG15/src/LCDFramework/CLCDObject.h
+++ b/plugins/MirandaG15/src/LCDFramework/CLCDObject.h
@@ -1,4 +1,4 @@
-#ifndef _CLCDOBJECT_H_
+#ifndef _CLCDOBJECT_H_
#define _CLCDOBJECT_H_
#include "CLCDGfx.h"
diff --git a/plugins/MirandaG15/src/LCDFramework/CLCDOutputManager.cpp b/plugins/MirandaG15/src/LCDFramework/CLCDOutputManager.cpp
index a40b18d2a8..4bc0cd80b0 100644
--- a/plugins/MirandaG15/src/LCDFramework/CLCDOutputManager.cpp
+++ b/plugins/MirandaG15/src/LCDFramework/CLCDOutputManager.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
#include "CLCDGfx.h"
#include "CLCDObject.h"
diff --git a/plugins/MirandaG15/src/LCDFramework/CLCDOutputManager.h b/plugins/MirandaG15/src/LCDFramework/CLCDOutputManager.h
index 1011e5d551..4d4db60584 100644
--- a/plugins/MirandaG15/src/LCDFramework/CLCDOutputManager.h
+++ b/plugins/MirandaG15/src/LCDFramework/CLCDOutputManager.h
@@ -1,4 +1,4 @@
-#ifndef _CLCDOUTPUTMANAGER_H_
+#ifndef _CLCDOUTPUTMANAGER_H_
#define _CLCDOUTPUTMANAGER_H_
#include "CLCDGfx.h"
diff --git a/plugins/MirandaG15/src/LCDFramework/CLCDScreen.cpp b/plugins/MirandaG15/src/LCDFramework/CLCDScreen.cpp
index 9373977239..2c70ac1e76 100644
--- a/plugins/MirandaG15/src/LCDFramework/CLCDScreen.cpp
+++ b/plugins/MirandaG15/src/LCDFramework/CLCDScreen.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
#include "CLCDOutputManager.h"
#include "CLCDGfx.h"
#include "CLCDObject.h"
diff --git a/plugins/MirandaG15/src/LCDFramework/CLCDScreen.h b/plugins/MirandaG15/src/LCDFramework/CLCDScreen.h
index 1f8b431a73..e22a3ad05c 100644
--- a/plugins/MirandaG15/src/LCDFramework/CLCDScreen.h
+++ b/plugins/MirandaG15/src/LCDFramework/CLCDScreen.h
@@ -1,4 +1,4 @@
-#ifndef _CLCDSCREEN_H_
+#ifndef _CLCDSCREEN_H_
#define _CLCDSCREEN_H_
#include "CLCDGfx.h"
diff --git a/plugins/MirandaG15/src/LCDFramework/CLCDTextLog.cpp b/plugins/MirandaG15/src/LCDFramework/CLCDTextLog.cpp
index 7c8ec5ca69..2feaeadbe7 100644
--- a/plugins/MirandaG15/src/LCDFramework/CLCDTextLog.cpp
+++ b/plugins/MirandaG15/src/LCDFramework/CLCDTextLog.cpp
@@ -1,4 +1,4 @@
-#include "StdAfx.h"
+#include "StdAfx.h"
#include "CLCDTextLog.h"
diff --git a/plugins/MirandaG15/src/LCDFramework/CLCDTextLog.h b/plugins/MirandaG15/src/LCDFramework/CLCDTextLog.h
index 312ec8a992..3ac8905889 100644
--- a/plugins/MirandaG15/src/LCDFramework/CLCDTextLog.h
+++ b/plugins/MirandaG15/src/LCDFramework/CLCDTextLog.h
@@ -1,4 +1,4 @@
-#ifndef _CLCDTEXTLOG_H_
+#ifndef _CLCDTEXTLOG_H_
#define _CLCDTEXTLOG_H_
#include "CLCDTextObject.h"
diff --git a/plugins/MirandaG15/src/LCDFramework/CLCDTextObject.cpp b/plugins/MirandaG15/src/LCDFramework/CLCDTextObject.cpp
index 01026cf43d..f1e3006d0b 100644
--- a/plugins/MirandaG15/src/LCDFramework/CLCDTextObject.cpp
+++ b/plugins/MirandaG15/src/LCDFramework/CLCDTextObject.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
#include "CLCDGfx.h"
#include "CLCDObject.h"
#include "CLCDTextObject.h"
diff --git a/plugins/MirandaG15/src/LCDFramework/CLCDTextObject.h b/plugins/MirandaG15/src/LCDFramework/CLCDTextObject.h
index ddc32c5eac..ef23287a58 100644
--- a/plugins/MirandaG15/src/LCDFramework/CLCDTextObject.h
+++ b/plugins/MirandaG15/src/LCDFramework/CLCDTextObject.h
@@ -1,4 +1,4 @@
-#ifndef _CLCDTextObject_H_
+#ifndef _CLCDTextObject_H_
#define _CLCDTextObject_H_
#include "CLCDObject.h"
diff --git a/plugins/MirandaG15/src/LCDFramework/ConStream.cpp b/plugins/MirandaG15/src/LCDFramework/ConStream.cpp
index 4c09b830ac..58394c827a 100644
--- a/plugins/MirandaG15/src/LCDFramework/ConStream.cpp
+++ b/plugins/MirandaG15/src/LCDFramework/ConStream.cpp
@@ -1,4 +1,4 @@
-//
+//
// ConStream.cpp: implementation of the ConStream class.
//
// Mark Nelson, October 17, 1998
diff --git a/plugins/MirandaG15/src/LCDFramework/ConStream.h b/plugins/MirandaG15/src/LCDFramework/ConStream.h
index de5da1643d..ab4b96aa1b 100644
--- a/plugins/MirandaG15/src/LCDFramework/ConStream.h
+++ b/plugins/MirandaG15/src/LCDFramework/ConStream.h
@@ -1,4 +1,4 @@
-//
+//
// ConStream.h: interface for the ConStream class.
//
// Mark Nelson, October 17, 1998
diff --git a/plugins/MirandaG15/src/LCDFramework/LCDFramework.h b/plugins/MirandaG15/src/LCDFramework/LCDFramework.h
index ce943d827f..4cc1fd1a24 100644
--- a/plugins/MirandaG15/src/LCDFramework/LCDFramework.h
+++ b/plugins/MirandaG15/src/LCDFramework/LCDFramework.h
@@ -1,4 +1,4 @@
-#ifndef _LCDFRAMEWORK_H
+#ifndef _LCDFRAMEWORK_H
#define _LCDFRAMEWORK_H
// HID Includes
diff --git a/plugins/MirandaG15/src/LCDFramework/LCDObject.cpp b/plugins/MirandaG15/src/LCDFramework/LCDObject.cpp
index 72971bc738..275daa6213 100644
--- a/plugins/MirandaG15/src/LCDFramework/LCDObject.cpp
+++ b/plugins/MirandaG15/src/LCDFramework/LCDObject.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
#include "CLCDGfx.h"
#include "CLCDObject.h"
diff --git a/plugins/MirandaG15/src/LCDFramework/debug.cpp b/plugins/MirandaG15/src/LCDFramework/debug.cpp
index 1eb18013c7..f613462c4f 100644
--- a/plugins/MirandaG15/src/LCDFramework/debug.cpp
+++ b/plugins/MirandaG15/src/LCDFramework/debug.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
//file debug.cpp
#ifdef _DEBUG
diff --git a/plugins/MirandaG15/src/LCDFramework/debug.h b/plugins/MirandaG15/src/LCDFramework/debug.h
index b9d49bf17f..bcb02b0ea4 100644
--- a/plugins/MirandaG15/src/LCDFramework/debug.h
+++ b/plugins/MirandaG15/src/LCDFramework/debug.h
@@ -1,4 +1,4 @@
-#ifndef _DEBUG_H_
+#ifndef _DEBUG_H_
#define _DEBUG_H_
#define USECONSTREAM 1
diff --git a/plugins/MirandaG15/src/LCDFramework/g15sdk/lglcd.h b/plugins/MirandaG15/src/LCDFramework/g15sdk/lglcd.h
index c9ef6d11f7..b78c9486e0 100644
--- a/plugins/MirandaG15/src/LCDFramework/g15sdk/lglcd.h
+++ b/plugins/MirandaG15/src/LCDFramework/g15sdk/lglcd.h
@@ -1,4 +1,4 @@
-/*
+/*
lglcd.h
diff --git a/plugins/MirandaG15/src/LCDFramework/hid/hidpi.h b/plugins/MirandaG15/src/LCDFramework/hid/hidpi.h
index 40650cbf7a..c2f38d1dc9 100644
--- a/plugins/MirandaG15/src/LCDFramework/hid/hidpi.h
+++ b/plugins/MirandaG15/src/LCDFramework/hid/hidpi.h
@@ -1,4 +1,4 @@
- /*++
+ /*++
Copyright (c) 1996 Microsoft Corporation
diff --git a/plugins/MirandaG15/src/LCDFramework/hid/hidsdi.h b/plugins/MirandaG15/src/LCDFramework/hid/hidsdi.h
index 2d7671a38b..f1f11b8d2a 100644
--- a/plugins/MirandaG15/src/LCDFramework/hid/hidsdi.h
+++ b/plugins/MirandaG15/src/LCDFramework/hid/hidsdi.h
@@ -1,4 +1,4 @@
-/*++
+/*++
Copyright (c) 1996 Microsoft Corporation
diff --git a/plugins/MirandaG15/src/LCDFramework/hid/hidusage.h b/plugins/MirandaG15/src/LCDFramework/hid/hidusage.h
index 190b7ae811..d71f48c7e2 100644
--- a/plugins/MirandaG15/src/LCDFramework/hid/hidusage.h
+++ b/plugins/MirandaG15/src/LCDFramework/hid/hidusage.h
@@ -1,4 +1,4 @@
-/*++
+/*++
Copyright (c) 1996, 1997 Microsoft Corporation
diff --git a/plugins/MirandaG15/src/LCDFramework/misc.cpp b/plugins/MirandaG15/src/LCDFramework/misc.cpp
index f3397cd7ee..7959022edc 100644
--- a/plugins/MirandaG15/src/LCDFramework/misc.cpp
+++ b/plugins/MirandaG15/src/LCDFramework/misc.cpp
@@ -1,4 +1,4 @@
-/* -------------------------------------------------------------------- */
+/* -------------------------------------------------------------------- */
#include "StdAfx.h"
tstring tstringprintf(tstring strFormat,...) {
diff --git a/plugins/MirandaG15/src/LCDFramework/misc.h b/plugins/MirandaG15/src/LCDFramework/misc.h
index c5f2bb4f06..d5ad150064 100644
--- a/plugins/MirandaG15/src/LCDFramework/misc.h
+++ b/plugins/MirandaG15/src/LCDFramework/misc.h
@@ -1,4 +1,4 @@
-extern BOOL IsUnicodeAscii(const wchar_t* pBuffer, int nSize);
+extern BOOL IsUnicodeAscii(const wchar_t* pBuffer, int nSize);
extern tstring toLower(const tstring &i_str);
extern std::wstring toWideString( const char* pStr , int len=-1 ) ;
diff --git a/plugins/MirandaG15/src/LCDFramework/stdafx.h b/plugins/MirandaG15/src/LCDFramework/stdafx.h
index 2ae74c24b1..2d0d234347 100644
--- a/plugins/MirandaG15/src/LCDFramework/stdafx.h
+++ b/plugins/MirandaG15/src/LCDFramework/stdafx.h
@@ -1,4 +1,4 @@
-#ifndef _STDAFX_H_
+#ifndef _STDAFX_H_
#define _STDAFX_H_
#include <assert.h>