mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-17 19:35:47 -04:00
Initial community commit
This commit is contained in:
15
Src/Plugins/Library/ml_downloads/errors.h
Normal file
15
Src/Plugins/Library/ml_downloads/errors.h
Normal file
@ -0,0 +1,15 @@
|
||||
#ifndef NULLSOFT_ML_DOWNLOADS_ERRORS_H
|
||||
#define NULLSOFT_ML_DOWNLOADS_ERRORS_H
|
||||
|
||||
enum
|
||||
{
|
||||
DOWNLOAD_SUCCESS = 0,
|
||||
DOWNLOAD_404,
|
||||
DOWNLOAD_TIMEOUT,
|
||||
DOWNLOAD_NOHTTP,
|
||||
DOWNLOAD_NOPARSER,
|
||||
DOWNLOAD_CONNECTIONRESET,
|
||||
DOWNLOAD_ERROR_PARSING_XML,
|
||||
};
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user