mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-12-19 16:15:53 +01:00
7 lines
146 B
C
7 lines
146 B
C
#ifdef _WIN32
|
|
#include "platform/win32/bitmap.h"
|
|
#elif defined(__APPLE__)
|
|
#include "platform/osx/osx_bitmap_cgimage.h"
|
|
#else
|
|
#error port me
|
|
#endif |