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
Open sidebar
Main
Synchronet
Commits
a4386412
Commit
a4386412
authored
Apr 06, 2002
by
rswindell
Browse files
_beginthread was only compiled if SBBS was defined (whooops).
parent
b3cb361e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/xpdev/threadwrap.c
src/xpdev/threadwrap.c
+1
-1
No files found.
src/xpdev/threadwrap.c
View file @
a4386412
...
...
@@ -41,7 +41,7 @@
/* Wrapper for Win32 create/begin thread function */
/* Uses POSIX threads */
/****************************************************************************/
#if defined(__unix__)
&& defined(SBBS)
#if defined(__unix__)
#if defined(_POSIX_THREADS)
ulong
_beginthread
(
void
(
*
start_address
)(
void
*
)
,
unsigned
stack_size
,
void
*
arglist
)
...
...
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