Initial community commit
This commit is contained in:
parent
537bcbc862
commit
fc06254474
16440 changed files with 4239995 additions and 2 deletions
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
|
Loading…
Add table
Add a link
Reference in a new issue