mirror of
https://codeberg.org/WinDurango/WinDurango.git
synced 2026-04-18 10:33:33 -04:00
7 lines
193 B
C++
7 lines
193 B
C++
#include "../include/WinDurango.Implementation.Native/WinDurangoNative.h"
|
|
#include <Windows.h>
|
|
|
|
BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
|
|
{
|
|
return TRUE;
|
|
} |