mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-10 11:59:58 -05:00
Initial community commit
This commit is contained in:
7
Src/Wasabi/api/wnd/bitmap.h
Normal file
7
Src/Wasabi/api/wnd/bitmap.h
Normal file
@ -0,0 +1,7 @@
|
||||
#ifdef _WIN32
|
||||
#include "platform/win32/bitmap.h"
|
||||
#elif defined(__APPLE__)
|
||||
#include "platform/osx/osx_bitmap_cgimage.h"
|
||||
#else
|
||||
#error port me
|
||||
#endif
|
Reference in New Issue
Block a user