(rsound.h) Cleanup

This commit is contained in:
twinaphex 2015-04-03 16:07:54 +02:00
parent 9a989462f1
commit 2ef32e4a2e

View File

@ -20,7 +20,9 @@
extern "C" {
#endif
//#define STANDALONE
#if 0
#define STANDALONE
#endif
#include <sys/types.h>
#include <unistd.h>
@ -33,7 +35,7 @@ extern "C" {
#include <queues/fifo_buffer.h>
#ifdef _WIN32
#define RSD_DEFAULT_HOST "127.0.0.1" // Stupid Windows.
#define RSD_DEFAULT_HOST "127.0.0.1" /* Stupid Windows. */
#else
#define RSD_DEFAULT_HOST "localhost"
#endif