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:
22
Src/Wasabi/api/syscb/api_syscbx.cpp
Normal file
22
Src/Wasabi/api/syscb/api_syscbx.cpp
Normal file
@ -0,0 +1,22 @@
|
||||
// ----------------------------------------------------------------------------
|
||||
// Generated by InterfaceFactory [Wed May 07 00:58:14 2003]
|
||||
//
|
||||
// File : api_syscbx.cpp
|
||||
// Class : api_syscb
|
||||
// class layer : Dispatchable Receiver
|
||||
// ----------------------------------------------------------------------------
|
||||
#include <precomp.h>
|
||||
|
||||
#include "api_syscbx.h"
|
||||
|
||||
#ifdef CBCLASS
|
||||
#undef CBCLASS
|
||||
#endif
|
||||
|
||||
#define CBCLASS api_syscbX
|
||||
START_DISPATCH;
|
||||
CB(API_SYSCB_SYSCB_REGISTERCALLBACK, syscb_registerCallback);
|
||||
CB(API_SYSCB_SYSCB_DEREGISTERCALLBACK, syscb_deregisterCallback);
|
||||
CB(API_SYSCB_SYSCB_ISSUECALLBACK, syscb_issueCallback);
|
||||
END_DISPATCH;
|
||||
#undef CBCLASS
|
Reference in New Issue
Block a user