mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-17 15:15:45 -04:00
Initial community commit
This commit is contained in:
8
Src/nde/IndexRecord.h
Normal file
8
Src/nde/IndexRecord.h
Normal file
@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
#ifdef __APPLE__
|
||||
#include "osx/IndexRecord.h"
|
||||
#elif defined(_WIN32)
|
||||
#include "win/IndexRecord.h"
|
||||
#elif defined(__ANDROID__)
|
||||
#include "android/IndexRecord.h"
|
||||
#endif
|
Reference in New Issue
Block a user