mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-01-07 12:11:55 -05:00
10 lines
169 B
C++
10 lines
169 B
C++
#include <precomp.h>
|
|
|
|
#include "svc_redir.h"
|
|
|
|
#define CBCLASS svc_redirectI
|
|
START_DISPATCH;
|
|
CB(ISMINE, isMine);
|
|
CB(REDIRECT, redirect);
|
|
END_DISPATCH;
|
|
#undef CBCLASS
|