mirror of
https://github.com/stascorp/rdpwrap.git
synced 2025-08-20 21:33:42 -07:00
Better structure
This commit is contained in:
parent
2c7e0279e0
commit
edbff7bedd
20 changed files with 0 additions and 0 deletions
11
src-x86-x64-Fusix/dllmain.cpp
Normal file
11
src-x86-x64-Fusix/dllmain.cpp
Normal 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;
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue