mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 09:35:45 -04:00
Initial community commit
This commit is contained in:
31
Src/Plugins/Library/ml_devices/gen_deviceprovider/main.h
Normal file
31
Src/Plugins/Library/ml_devices/gen_deviceprovider/main.h
Normal file
@ -0,0 +1,31 @@
|
||||
#ifndef _NULLSOFT_WINAMP_GEN_DEVICE_PROVIDER_MAIN_HEADER
|
||||
#define _NULLSOFT_WINAMP_GEN_DEVICE_PROVIDER_MAIN_HEADER
|
||||
|
||||
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
#include <wtypes.h>
|
||||
|
||||
#include "./common.h"
|
||||
#include "./plugin.h"
|
||||
#include "./strings.h"
|
||||
#include "./stringBuilder.h"
|
||||
#include "./wasabi.h"
|
||||
#include "./provider.h"
|
||||
#include "./resource.h"
|
||||
#include "./device.h"
|
||||
#include "./deviceActivity.h"
|
||||
#include "./deviceView.h"
|
||||
#include "./deviceIconEditor.h"
|
||||
#include "./testSuite.h"
|
||||
#include "./testSuiteLoader.h"
|
||||
#include "./iconStore.h"
|
||||
|
||||
#include "../../winamp/wa_ipc.h"
|
||||
#include "../../nu/trace.h"
|
||||
|
||||
#include <math.h>
|
||||
#include <shlwapi.h>
|
||||
|
||||
#endif //_NULLSOFT_WINAMP_GEN_DEVICE_PROVIDER_MAIN_HEADER
|
Reference in New Issue
Block a user