mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-19 02:25:46 -04:00
Initial community commit
This commit is contained in:
9
Src/Plugins/SDK/irctell/dde.h
Normal file
9
Src/Plugins/SDK/irctell/dde.h
Normal file
@ -0,0 +1,9 @@
|
||||
#ifndef __DDECOM_H
|
||||
#define __DDECOM_H
|
||||
|
||||
class DdeCom {
|
||||
public:
|
||||
static void sendCommand(wchar_t *application, wchar_t *command, DWORD minInterval);
|
||||
};
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user