Better structure

This commit is contained in:
binarymaster 2014-11-21 16:42:39 +03:00
commit edbff7bedd
20 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,11 @@
// dllmain.cpp: îïðåäåëÿåò òî÷êó âõîäà äëÿ ïðèëîæåíèÿ DLL.
#include "stdafx.h"
BOOL APIENTRY DllMain( HMODULE hModule,
DWORD ul_reason_for_call,
LPVOID lpReserved
)
{
return true;
}