Skip to content

Commit

Permalink
add warning for non-functional code
Browse files Browse the repository at this point in the history
this is a testing commit, idk if this will work

Signed-off-by: June Park <[email protected]>
  • Loading branch information
junepark678 authored Jan 23, 2024
1 parent 87db7e9 commit 1000bea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions AltServer/AltServer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,8 @@ int CALLBACK WinMain(
return 1;
}

MessageBox(NULL, _T("SideServer for Microsoft Windows® is not functional, please follow https://wiki.sidestore.io/guides/getting-started/ instead"), _T("https://wiki.sidestore.io/guides/getting-started/"), NULL);

// The parameters to ShowWindow explained:
// hWnd: the value returned from CreateWindow
// nCmdShow: the fourth parameter from WinMain
Expand Down

0 comments on commit 1000bea

Please sign in to comment.