Skip to content

Commit 3937c05

Browse files
committed
Add definition for SDL_MUTEX_MAXWAIT
1 parent b8989dd commit 3937c05

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

units/sdlmutex.inc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ const
1010
{**
1111
* This is the timeout value which corresponds to never time out.
1212
*}
13-
//SDL_MUTEX_MAXWAIT (~(Uint32)0)
14-
13+
SDL_MUTEX_MAXWAIT = Not cuint32(0);
1514

1615
{**
1716
* Mutex functions

0 commit comments

Comments
 (0)