mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-17 16:15:46 -04:00
Initial community commit
This commit is contained in:
6
Src/Wasabi/bfc/platform/platform.cpp
Normal file
6
Src/Wasabi/bfc/platform/platform.cpp
Normal file
@ -0,0 +1,6 @@
|
||||
#include "precomp_wasabi_bfc.h"
|
||||
#include "platform.h"
|
||||
|
||||
void link_platform() {
|
||||
OutputDebugString(L"dummy");
|
||||
}
|
Reference in New Issue
Block a user