Skip to content

Commit 1000bea

Browse files
authored
add warning for non-functional code
this is a testing commit, idk if this will work Signed-off-by: June Park <[email protected]>
1 parent 87db7e9 commit 1000bea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

AltServer/AltServer.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,8 @@ int CALLBACK WinMain(
207207
return 1;
208208
}
209209

210+
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);
211+
210212
// The parameters to ShowWindow explained:
211213
// hWnd: the value returned from CreateWindow
212214
// nCmdShow: the fourth parameter from WinMain

0 commit comments

Comments
 (0)