mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-10 11:59:58 -05:00
Initial community commit
This commit is contained in:
18
Src/Plugins/Library/ml_webdev/import.h
Normal file
18
Src/Plugins/Library/ml_webdev/import.h
Normal file
@ -0,0 +1,18 @@
|
||||
#ifndef NULLSOFT_WEBDEV_PLUGIN_IMPORT_HEADER
|
||||
#define NULLSOFT_WEBDEV_PLUGIN_IMPORT_HEADER
|
||||
|
||||
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
#include <wtypes.h>
|
||||
|
||||
HRESULT ImportService_GetFileSupported();
|
||||
HRESULT ImportService_GetUrlSupported();
|
||||
|
||||
HRESULT ImportService_FromFile(HWND hOwner);
|
||||
HRESULT ImportService_FromUrl(HWND hOwner);
|
||||
|
||||
void ImportService_SaveRecentUrl();
|
||||
|
||||
#endif //NULLSOFT_WEBDEV_PLUGIN_IMPORT_HEADER
|
Reference in New Issue
Block a user