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
@ -36,6 +36,10 @@
|
||||
|
||||
#include "client.h"
|
||||
#include "logging.h"
|
||||
|
||||
#ifdef _WIN32
|
||||
#define snprintf _snprintf
|
||||
#endif
|
||||
|
||||
#undef CATMODULE
|
||||
#define CATMODULE "client"
|
||||
|
@ -32,6 +32,7 @@
|
||||
|
||||
#ifdef _WIN32
|
||||
#define snprintf _snprintf
|
||||
#define vsnprintf _vsnprintf
|
||||
#endif
|
||||
|
||||
/* the global log descriptors */
|
||||
|
@ -16,7 +16,7 @@ ResourceCount=10
|
||||
Resource1=IDR_MENU2
|
||||
Resource2=IDR_MAINFRAME
|
||||
Resource3=IDR_TRAY
|
||||
Resource4=IDR_MENU4
|
||||
Resource4=IDD_ICECAST2WIN_DIALOG
|
||||
Class4=CStatus
|
||||
Resource5=IDD_SSTATUS
|
||||
Class5=CConfigTab
|
||||
@ -25,7 +25,7 @@ Resource6=IDD_CONFIGDIALOG
|
||||
Resource7=IDD_STATSDIALOG
|
||||
Resource8=IDR_MENU3
|
||||
Resource9=IDD_ABOUTBOX
|
||||
Resource10=IDD_ICECAST2WIN_DIALOG
|
||||
Resource10=IDR_MENU4
|
||||
|
||||
[CLS:CIcecast2winApp]
|
||||
Type=0
|
||||
|
Loading…
Reference in New Issue
Block a user