mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-12-04 04:31:01 -05:00
7 lines
No EOL
146 B
C
7 lines
No EOL
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 |