From a27079fe5c4a210664515c47767c00112c435d65 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Wed, 6 Dec 2017 14:15:09 +0300 Subject: convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit 62202ed10617927d5429bc59898e12a366abe744) --- plugins/MirLua/Modules/WinAPI/src/stdafx.cxx | 2 +- plugins/MirLua/Modules/WinAPI/src/stdafx.h | 2 +- plugins/MirLua/Modules/WinAPI/src/winapi.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/MirLua/Modules/WinAPI/src') diff --git a/plugins/MirLua/Modules/WinAPI/src/stdafx.cxx b/plugins/MirLua/Modules/WinAPI/src/stdafx.cxx index 6575610bd7..1577c4e3bc 100644 --- a/plugins/MirLua/Modules/WinAPI/src/stdafx.cxx +++ b/plugins/MirLua/Modules/WinAPI/src/stdafx.cxx @@ -1 +1 @@ -#include "stdafx.h" \ No newline at end of file +#include "stdafx.h" \ No newline at end of file diff --git a/plugins/MirLua/Modules/WinAPI/src/stdafx.h b/plugins/MirLua/Modules/WinAPI/src/stdafx.h index 0cb1316a42..4885e14c2f 100644 --- a/plugins/MirLua/Modules/WinAPI/src/stdafx.h +++ b/plugins/MirLua/Modules/WinAPI/src/stdafx.h @@ -1,4 +1,4 @@ -/****h* Win32/luaw32.c [$Revision: 13 $] +/****h* Win32/luaw32.c [$Revision: 13 $] * NAME * luaw32 * COPYRIGHT diff --git a/plugins/MirLua/Modules/WinAPI/src/winapi.cpp b/plugins/MirLua/Modules/WinAPI/src/winapi.cpp index f248b76472..11b7daebd7 100644 --- a/plugins/MirLua/Modules/WinAPI/src/winapi.cpp +++ b/plugins/MirLua/Modules/WinAPI/src/winapi.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h" +#include "stdafx.h" EXTERN_C WINUSERAPI int WINAPI MessageBoxTimeoutA(HWND hWnd, LPCSTR lpText, LPCSTR lpCaption, UINT uType, WORD wLanguageId, DWORD dwMilliseconds); -- cgit v1.2.3