Skip to content

Instantly share code, notes, and snippets.

@takoyakiroom
Created March 22, 2022 06:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save takoyakiroom/907b70c0c7dc19dce025052f8caf775f to your computer and use it in GitHub Desktop.
Save takoyakiroom/907b70c0c7dc19dce025052f8caf775f to your computer and use it in GitHub Desktop.
#include <windows.h>
int APIENTRY wWinMain(_In_ HINSTANCE hInstance,
_In_opt_ HINSTANCE hPrevInstance,
_In_ LPWSTR lpCmdLine,
_In_ int nCmdShow)
{
MessageBox(NULL, L"押して!", L"FirstWindow", MB_OK);
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment