12345678910111213141516171819202122232425262728293031 |
- #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
|