winamp/Src/Plugins/Library/ml_downloads/Defaults.h

24 lines
600 B
C
Raw Normal View History

2024-09-24 12:54:57 +00:00
#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