I tried the following code snippet from Petzold:
case WM_CREATE:
PlaySound(TEXT("hellowin.wav"), NULL, SND_FILENAME | SND_ASYNC) ;
return 0 ;
And got the following POLINK: error: Unresolved external symbol '__imp_PlaySoundA'.
Version 8.00.19 Release Candidate #6 (Win64), included <windows.h>, <mmsystem.h>