2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 18:24:55 +00:00

Add win32 CI jobs

This commit is contained in:
Jack Andersen
2018-01-01 19:57:20 -10:00
parent 1d5d970839
commit 5a93ebbdba
3 changed files with 62 additions and 2 deletions

View File

@@ -50,7 +50,7 @@ static LRESULT CALLBACK WindowProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM l
int wmain(int argc, const hecl::SystemChar** argv)
{
if (argc > 1 && !_wcscmp(argv[1], L"--dlpackage"))
if (argc > 1 && !wcscmp(argv[1], L"--dlpackage"))
{
printf("%s\n", URDE_DLPACKAGE);
return 100;