Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
Icecast-Server
Commits
7927f1d3
Commit
7927f1d3
authored
Feb 08, 2002
by
Jack Moffitt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More win32 fixes.
svn path=/trunk/icecast/; revision=3033
parent
4327a10e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
src/config.c
src/config.c
+0
-2
src/thread/thread.c
src/thread/thread.c
+5
-0
No files found.
src/config.c
View file @
7927f1d3
...
...
@@ -87,8 +87,6 @@ int config_parse_file(const char *filename)
return
CONFIG_EBADROOT
;
}
xmlDocDump
(
stdout
,
doc
);
_parse_root
(
doc
,
node
->
xmlChildrenNode
);
xmlFreeDoc
(
doc
);
...
...
src/thread/thread.c
View file @
7927f1d3
...
...
@@ -114,6 +114,11 @@ void thread_initialize(void)
{
thread_t
*
thread
;
/* this must be called to init pthreads-win32 */
#ifdef _WIN32
ptw32_processInitialize
();
#endif
/* set up logging */
log_initialize
();
...
...
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