mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 03:35:46 -04:00
Initial community commit
This commit is contained in:
24
Src/Plugins/Library/ml_downloads/Defaults.h
Normal file
24
Src/Plugins/Library/ml_downloads/Defaults.h
Normal file
@ -0,0 +1,24 @@
|
||||
#ifndef NULLSOFT_DEFAULTSH
|
||||
#define NULLSOFT_DEFAULTSH
|
||||
#include <windows.h>
|
||||
|
||||
extern wchar_t defaultDownloadPath[MAX_PATH];
|
||||
|
||||
#define DOWNLOADSSOURCEWIDTHDEFAULT 200
|
||||
#define DOWNLOADSTITLEWIDTHDEFAULT 200
|
||||
#define DOWNLOADSPROGRESSWIDTHDEFAULT 100
|
||||
#define DOWNLOADSDATEWIDTHDEFAULTS 100
|
||||
#define DOWNLOADSSIZEWIDTHDEFAULTS 100
|
||||
#define DOWNLOADSPATHWIDTHDEFAULTS 200
|
||||
|
||||
extern int downloadsSourceWidth,
|
||||
downloadsTitleWidth,
|
||||
downloadsProgressWidth,
|
||||
downloadsPathWidth,
|
||||
downloadsSizeWidth,
|
||||
downloadsDateWidth;
|
||||
|
||||
extern bool needToMakePodcastsView;
|
||||
|
||||
void BuildDefaults(HWND);
|
||||
#endif
|
Reference in New Issue
Block a user