mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2025-02-02 15:07:36 -05:00
some windows build issues..
svn path=/icecast/trunk/icecast/; revision=9776
This commit is contained in:
parent
400d297a92
commit
37bdaee0cb
@ -37,6 +37,10 @@
|
|||||||
#include "client.h"
|
#include "client.h"
|
||||||
#include "logging.h"
|
#include "logging.h"
|
||||||
|
|
||||||
|
#ifdef _WIN32
|
||||||
|
#define snprintf _snprintf
|
||||||
|
#endif
|
||||||
|
|
||||||
#undef CATMODULE
|
#undef CATMODULE
|
||||||
#define CATMODULE "client"
|
#define CATMODULE "client"
|
||||||
|
|
||||||
|
@ -32,6 +32,7 @@
|
|||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
#define snprintf _snprintf
|
#define snprintf _snprintf
|
||||||
|
#define vsnprintf _vsnprintf
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* the global log descriptors */
|
/* the global log descriptors */
|
||||||
|
@ -16,7 +16,7 @@ ResourceCount=10
|
|||||||
Resource1=IDR_MENU2
|
Resource1=IDR_MENU2
|
||||||
Resource2=IDR_MAINFRAME
|
Resource2=IDR_MAINFRAME
|
||||||
Resource3=IDR_TRAY
|
Resource3=IDR_TRAY
|
||||||
Resource4=IDR_MENU4
|
Resource4=IDD_ICECAST2WIN_DIALOG
|
||||||
Class4=CStatus
|
Class4=CStatus
|
||||||
Resource5=IDD_SSTATUS
|
Resource5=IDD_SSTATUS
|
||||||
Class5=CConfigTab
|
Class5=CConfigTab
|
||||||
@ -25,7 +25,7 @@ Resource6=IDD_CONFIGDIALOG
|
|||||||
Resource7=IDD_STATSDIALOG
|
Resource7=IDD_STATSDIALOG
|
||||||
Resource8=IDR_MENU3
|
Resource8=IDR_MENU3
|
||||||
Resource9=IDD_ABOUTBOX
|
Resource9=IDD_ABOUTBOX
|
||||||
Resource10=IDD_ICECAST2WIN_DIALOG
|
Resource10=IDR_MENU4
|
||||||
|
|
||||||
[CLS:CIcecast2winApp]
|
[CLS:CIcecast2winApp]
|
||||||
Type=0
|
Type=0
|
||||||
|
Loading…
Reference in New Issue
Block a user