diff --git a/src/application/WinMain.cpp b/src/application/WinMain.cpp index f2a0c04fc..184d05a8b 100644 --- a/src/application/WinMain.cpp +++ b/src/application/WinMain.cpp @@ -23,6 +23,10 @@ HWND g_hWnd; using namespace vg; engine::IEngine * g_engine = nullptr; +#if VG_FINAL +Compilation error to test CI/CD +#endif + //-------------------------------------------------------------------------------------- LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) {