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