Created
October 27, 2016 17:07
-
-
Save Soulstorm50/fd9fde455913e361d6baac9b1152953a to your computer and use it in GitHub Desktop.
NameByJapan
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <windows.h> | |
#pragma comment(linker, "\"/manifestdependency:type='win32' \ | |
name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='*' \ | |
publicKeyToken='6595b64144ccf1df' language='*'\"") | |
int WINAPI WinMain(HINSTANCE hInst, HINSTANCE hPrevInst, LPSTR lpszCmdLine, int nCmdShow) | |
{ | |
MessageBox(NULL, L"アレクサンドル", L"Aleksandr by Japan", MB_OK | MB_ICONASTERISK); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment