mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-12-04 14:46:30 -05:00
It's too bad we don't have a commit script that smacks me upside the head
when I do stupid things like this. svn path=/trunk/icecast/; revision=2196
This commit is contained in:
parent
8f6c02365d
commit
632c1e57fb
@ -1,6 +1,8 @@
|
||||
#ifndef __CONNECTION_H__
|
||||
#define __CONNECTION_H__
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
typedef struct connection_tag
|
||||
{
|
||||
unsigned long id;
|
||||
|
@ -22,6 +22,7 @@
|
||||
|
||||
#ifdef _WIN32
|
||||
#define snprintf _snprintf
|
||||
#endif
|
||||
|
||||
#undef CATMODULE
|
||||
#define CATMODULE "main"
|
||||
|
@ -19,7 +19,9 @@
|
||||
#include "client.h"
|
||||
#include "stats.h"
|
||||
|
||||
#ifdef _WIN32
|
||||
#define vsnprintf _vsnprintf
|
||||
#endif
|
||||
|
||||
typedef struct _event_listener_tag
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user