#include <windows.h> #include <tchar.h> #include <string> #include <mmsystem.h> INT WINAPI WinMain(HINSTANCE hInst, HINSTANCE hPrevInst, LPSTR lpszCmdLine, int nCmdShow) { PlaySound(L"11.wav", NULL, SND_FILENAME | SND_ASYNC); MessageBoxA(NULL, "11.wav", "head", 0); }