#include "stdio.h"#include <windows.h>#include <windowsx.h>#include "d:\resource.h"#include "MainDlg.h"#include <mmsystem.h>#include <commdlg.h>#include <fcntl.h>#include <io.h>static UINT PresentSongcurSel = 0; //当前播放歌曲static UINT PauseFlag = 0; //暂停Flag 时为非暂停static long CircleListFlag ...