#include #include int main() { printf("Playing synchronous sound...\n"); PlaySound("The Microsoft Sound.wav", NULL, SND_FILENAME | SND_SYNC); return 0; }