mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-11-24 11:40:10 +01:00
9 lines
177 B
C
9 lines
177 B
C
#pragma once
|
|
#ifdef __APPLE__
|
|
#include "osx/IndexRecord.h"
|
|
#elif defined(_WIN32)
|
|
#include "win/IndexRecord.h"
|
|
#elif defined(__ANDROID__)
|
|
#include "android/IndexRecord.h"
|
|
#endif
|