mirror of
https://github.com/logos-co/velopack.git
synced 2026-09-01 22:21:16 +00:00
8 lines
168 B
C++
8 lines
168 B
C++
#include <wtypes.h>
|
|
#include "Exports.h"
|
|
|
|
int UnityMain(HINSTANCE /*hInstance*/, HINSTANCE /*hPrevInstance*/, LPWSTR /*lpCmdLine*/, int /*nShowCmd*/)
|
|
{
|
|
return 0;
|
|
}
|