mirror of
https://github.com/WinDurango/WinDurango.git
synced 2026-01-01 16:59:54 -06:00
8 lines
145 B
C++
8 lines
145 B
C++
#include <Windows.h>
|
|
#include "toml.hpp"
|
|
|
|
BOOL APIENTRY DllMain(HMODULE hModule, DWORD ul_reason_for_call, LPVOID lpReserved)
|
|
{
|
|
return TRUE;
|
|
}
|