mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-09-24 15:54:12 +00:00
10 lines
No EOL
238 B
C
10 lines
No EOL
238 B
C
#pragma once
|
|
|
|
#define OPENAUTH_DEVID "ao1Ve8gG_VGE9aNP"
|
|
//#define OPENAUTH_DEVID "co1-aGYgRvsTuOey"
|
|
|
|
void Log(const wchar_t *format, ...);
|
|
const wchar_t *MakeDateString(__time64_t convertTime);
|
|
|
|
/* decode.cpp */
|
|
void UrlDecode(char *str); |