Skip to content

Instantly share code, notes, and snippets.

@Soulstorm50
Created October 27, 2016 17:07
Show Gist options
  • Save Soulstorm50/fd9fde455913e361d6baac9b1152953a to your computer and use it in GitHub Desktop.
Save Soulstorm50/fd9fde455913e361d6baac9b1152953a to your computer and use it in GitHub Desktop.
NameByJapan
#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