mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 00:35:46 -04:00
Initial community commit
This commit is contained in:
7
Src/Plugins/Library/ml_downloads/RFCDate.h
Normal file
7
Src/Plugins/Library/ml_downloads/RFCDate.h
Normal file
@ -0,0 +1,7 @@
|
||||
#ifndef NULLSOFT_RFCDATEH
|
||||
#define NULLSOFT_RFCDATEH
|
||||
|
||||
void MakeRFCDateString(__time64_t convertTime, wchar_t *data_str, size_t len);
|
||||
__time64_t MakeRFCDate(const wchar_t *date);
|
||||
void MakeDateString(__time64_t convertTime, wchar_t *date_str, size_t len);
|
||||
#endif
|
Reference in New Issue
Block a user