diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-10-20 15:52:54 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-10-20 15:52:54 +0000 |
commit | 1734b8cfe7a559a09302fa2d06cc1779c56ee39a (patch) | |
tree | b9a80e13693b96e7b58ca1adde5fb2848a975807 /plugins/BasicHistory/src/dllmain.cpp | |
parent | 6b87156060833f87fb3d372024450a78702adc04 (diff) |
code cleanup
git-svn-id: http://svn.miranda-ng.org/main/trunk@1992 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/BasicHistory/src/dllmain.cpp')
-rw-r--r-- | plugins/BasicHistory/src/dllmain.cpp | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/plugins/BasicHistory/src/dllmain.cpp b/plugins/BasicHistory/src/dllmain.cpp deleted file mode 100644 index ad89773ec8..0000000000 --- a/plugins/BasicHistory/src/dllmain.cpp +++ /dev/null @@ -1,14 +0,0 @@ -// dllmain.cpp : Defines the entry point for the DLL application.
-#include "stdafx.h"
-
-HINSTANCE hInst;
-
-BOOL APIENTRY DllMain( HMODULE hModule,
- DWORD ul_reason_for_call,
- LPVOID lpReserved
- )
-{
- hInst = hModule;
- return TRUE;
-}
-
|