Skip to content

Commit

Permalink
Reenable the preliminar prompt.
Browse files Browse the repository at this point in the history
  • Loading branch information
DarioSamo committed May 8, 2021

Verified

This commit was signed with the committer’s verified signature.
snyk-bot Snyk bot
1 parent 89274b0 commit 8c5860c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/sample/main.cpp
Original file line number Diff line number Diff line change
@@ -368,14 +368,12 @@ void destroyRT64() {
}

int main(int argc, char *argv[]) {
/*
// Show a basic message to the user so they know what the sample is meant to do.
MessageBox(NULL,
"This sample application will test if your system has the required hardware to run RT64.\n\n"
"If you see some shapes in the screen after pressing OK, then you're good to go!",
WINDOW_TITLE,
MB_OK | MB_ICONINFORMATION);
*/

// Register window class.
WNDCLASS wc;

0 comments on commit 8c5860c

Please sign in to comment.