Skip to content

Commit

Permalink
Force FINAL compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
Benualdo committed Nov 13, 2024
1 parent a5a43bd commit 88fcc4d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/application/WinMain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 88fcc4d

Please sign in to comment.