rdpwrap/src-x86-x64-Fusix/dllmain.cpp
2014-11-21 16:42:39 +03:00

12 lines
238 B
C++

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