From ce0ae9aff317f21bae3959b632ee362341722838 Mon Sep 17 00:00:00 2001 From: Ladislav Zezula Date: Wed, 7 Oct 2020 12:32:05 +0200 Subject: Migrated to VS 2019 --- stormlib_dll/DllMain.c | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 stormlib_dll/DllMain.c (limited to 'stormlib_dll/DllMain.c') diff --git a/stormlib_dll/DllMain.c b/stormlib_dll/DllMain.c deleted file mode 100644 index 98eb003..0000000 --- a/stormlib_dll/DllMain.c +++ /dev/null @@ -1,24 +0,0 @@ -/*****************************************************************************/ -/* DllMain.c Copyright (c) Ladislav Zezula 2006 */ -/*---------------------------------------------------------------------------*/ -/* Description: DllMain for the StormLib.dll library */ -/*---------------------------------------------------------------------------*/ -/* Date Ver Who Comment */ -/* -------- ---- --- ------- */ -/* 23.11.06 1.00 Lad The first version of DllMain.c */ -/*****************************************************************************/ - -#define WIN32_LEAN_AND_MEAN -#include - -//----------------------------------------------------------------------------- -// DllMain - -BOOL WINAPI DllMain(HINSTANCE hInst, DWORD dwReason, LPVOID lpReserved) -{ - UNREFERENCED_PARAMETER(hInst); - UNREFERENCED_PARAMETER(dwReason); - UNREFERENCED_PARAMETER(lpReserved); - - return TRUE; -} -- cgit v1.2.3