Skip to content

Instantly share code, notes, and snippets.

@takoyakiroom
Last active November 20, 2024 06:13
Show Gist options
  • Select an option

  • Save takoyakiroom/93866c6f61c3d7796e96547b76c8d9a0 to your computer and use it in GitHub Desktop.

Select an option

Save takoyakiroom/93866c6f61c3d7796e96547b76c8d9a0 to your computer and use it in GitHub Desktop.
#include <windows.h>
int WINAPI wWinMain(_In_ HINSTANCE hInstance, _In_opt_ HINSTANCE hPrevInstance, _In_ PWSTR pCmdLine, _In_ int nCmdShow)
{
MessageBox(NULL, TEXT("OKですか?"), TEXT("FirstWindow"), MB_OK);
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment