summaryrefslogtreecommitdiff
path: root/plugins/CyrTranslit/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/CyrTranslit/src/main.cpp')
-rw-r--r--plugins/CyrTranslit/src/main.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/CyrTranslit/src/main.cpp b/plugins/CyrTranslit/src/main.cpp
index 589d406e0f..5f8b499f08 100644
--- a/plugins/CyrTranslit/src/main.cpp
+++ b/plugins/CyrTranslit/src/main.cpp
@@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
-#include "plugin.h"
+#include "stdafx.h"
HINSTANCE hInst;
int hLangpack = 0;
@@ -37,7 +37,7 @@ PLUGININFOEX pluginInfoEx={
//------------------------------------------------------------------------------
-BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
+BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD, LPVOID)
{
hInst = hinstDLL;
return TRUE;
@@ -45,7 +45,7 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
//------------------------------------------------------------------------------
-extern "C" __declspec(dllexport) PLUGININFOEX* MirandaPluginInfoEx(DWORD mirandaVersion)
+extern "C" __declspec(dllexport) PLUGININFOEX* MirandaPluginInfoEx(DWORD)
{
return &pluginInfoEx;
}