Initial community commit
This commit is contained in:
parent
537bcbc862
commit
fc06254474
16440 changed files with 4239995 additions and 2 deletions
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
|
Loading…
Add table
Add a link
Reference in a new issue