Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Icecast-Server
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
94
Issues
94
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
External Wiki
External Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Xiph.Org
Icecast-Server
Commits
37bdaee0
Commit
37bdaee0
authored
Aug 20, 2005
by
Ed "oddsock" Zaleski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
some windows build issues..
svn path=/icecast/trunk/icecast/; revision=9776
parent
400d297a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
+7
-2
src/client.c
src/client.c
+4
-0
src/logging.c
src/logging.c
+1
-0
win32/Icecast2win.clw
win32/Icecast2win.clw
+2
-2
No files found.
src/client.c
View file @
37bdaee0
...
...
@@ -36,6 +36,10 @@
#include "client.h"
#include "logging.h"
#ifdef _WIN32
#define snprintf _snprintf
#endif
#undef CATMODULE
#define CATMODULE "client"
...
...
src/logging.c
View file @
37bdaee0
...
...
@@ -32,6 +32,7 @@
#ifdef _WIN32
#define snprintf _snprintf
#define vsnprintf _vsnprintf
#endif
/* the global log descriptors */
...
...
win32/Icecast2win.clw
View file @
37bdaee0
...
...
@@ -16,7 +16,7 @@ ResourceCount=10
Resource1=IDR_MENU2
Resource2=IDR_MAINFRAME
Resource3=IDR_TRAY
Resource4=ID
R_MENU4
Resource4=ID
D_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=ID
D_ICECAST2WIN_DIALOG
Resource10=ID
R_MENU4
[CLS:CIcecast2winApp]
Type=0
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment