Initial community commit
This commit is contained in:
parent
537bcbc862
commit
fc06254474
16440 changed files with 4239995 additions and 2 deletions
26
Src/playlist/main.h
Normal file
26
Src/playlist/main.h
Normal file
|
@ -0,0 +1,26 @@
|
|||
#ifndef NULLSOFT_PLAYLIST_MAIN_H
|
||||
#define NULLSOFT_PLAYLIST_MAIN_H
|
||||
|
||||
#include <windows.h>
|
||||
#include <shlwapi.h>
|
||||
#include "..\Components\wac_network\wac_network_http_receiver_api.h"
|
||||
|
||||
extern int (*warand)(void);
|
||||
HRESULT ResolveShortCut(HWND hwnd, LPCWSTR pszShortcutFile, LPWSTR pszPath);
|
||||
bool IsUrl(const wchar_t *url);
|
||||
void SetUserAgent(api_httpreceiver *http);
|
||||
const char *GetProxy();
|
||||
|
||||
#include "../Agave/Component/ifc_wa5component.h"
|
||||
|
||||
class PlaylistComponent : public ifc_wa5component
|
||||
{
|
||||
public:
|
||||
void RegisterServices(api_service *service);
|
||||
int RegisterServicesSafeModeOk();
|
||||
void DeregisterServices(api_service *service);
|
||||
protected:
|
||||
RECVS_DISPATCH;
|
||||
};
|
||||
extern PlaylistComponent playlistComponent;
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue