mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 03:35:46 -04:00
Initial community commit
This commit is contained in:
34
Src/Plugins/Library/ml_history/Main.h
Normal file
34
Src/Plugins/Library/ml_history/Main.h
Normal file
@ -0,0 +1,34 @@
|
||||
#ifndef NULLSOFT_MAINH
|
||||
#define NULLSOFT_MAINH
|
||||
|
||||
#include <windows.h>
|
||||
#include "..\..\General\gen_ml/ml.h"
|
||||
#include "resource.h"
|
||||
#include "../nu/MediaLibraryInterface.h"
|
||||
#include "..\..\General\gen_ml/menu.h"
|
||||
#include <commctrl.h>
|
||||
#include <shlwapi.h>
|
||||
#include "ml_history.h"
|
||||
#include <windowsx.h>
|
||||
#include "..\..\General\gen_ml/ml.h"
|
||||
#include "..\..\General\gen_ml/ml_ipc.h"
|
||||
#include "../nde/nde_c.h"
|
||||
#include "api__ml_history.h"
|
||||
|
||||
#include "../Winamp/JSAPI2_svc_apicreator.h"
|
||||
|
||||
#include <api/service/waservicefactory.h>
|
||||
#include <api/service/services.h>
|
||||
|
||||
extern winampMediaLibraryPlugin plugin;
|
||||
extern bool nde_error;
|
||||
extern int history_fn_mode;
|
||||
extern wchar_t *history_fn;
|
||||
extern int timer;
|
||||
extern HWND m_curview_hwnd;
|
||||
extern int groupBtn, enqueuedef;
|
||||
extern HMENU g_context_menus2;
|
||||
|
||||
void History_StartTracking(const wchar_t *filename, bool resume);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user