Skip to content

Commit

Permalink
版本号更新;部分显示文本调整
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongyang219 committed Aug 3, 2019
1 parent 4a8218a commit 9f1c366
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
Binary file modified MusicPlayer2/MusicPlayer2.rc
Binary file not shown.
8 changes: 2 additions & 6 deletions MusicPlayer2/stdafx.h
Expand Up @@ -74,10 +74,6 @@ using std::map;
#endif

#include <afxinet.h> //用于支持使用网络相关的类
#include <afxwin.h>
#include <afxwin.h>
#include <afxwin.h>
#include <afxwin.h>



Expand Down Expand Up @@ -108,8 +104,8 @@ using _tstring = std::string;
#define MAX_NUM_LENGTH 5000 //定义获取音频文件信息数量的最大值
#define MAX_SONG_NUM 9999 //播放列表中文件数量的最大值

#define VERSION L"2.65" //程序版本
#define COMPILE_DATE L"2019/05/25"
#define VERSION L"2.66" //程序版本
#define COMPILE_DATE L"2019/08/03"

//任务栏图按钮
#define IDT_PLAY_PAUSE 1321 //任务栏缩略图“播放/暂停”按钮的ID
Expand Down

0 comments on commit 9f1c366

Please sign in to comment.