You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need to double check that the Discord connection/RPC is being closed when Winamp is shutting down.
I noticed I closed Winamp today and the status in Discord stuck around.
wa_ipc.h:
#define IPC_ISFULLSTOP 400
/* (requires winamp 2.7+ I think)
** int ret=SendMessage(hwnd_winamp,WM_WA_IPC,0,IPC_ISFULLSTOP);
** This is useful for when you're an output plugin and you want to see if the stop/close
** happening is a full stop or if you are just between tracks. This returns non zero if
** it is a full stop or zero if it is just a new track.
** benski> i think it's actually the other way around -
** !0 for EOF and 0 for user pressing stop
*/
The text was updated successfully, but these errors were encountered:
Need to double check that the Discord connection/RPC is being closed when Winamp is shutting down.
I noticed I closed Winamp today and the status in Discord stuck around.
wa_ipc.h
:The text was updated successfully, but these errors were encountered: