diff src/dmmutex.h @ 1557:5e5f75b45f8d

Initial port to SDL2. Many things will not work now.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 13 May 2018 06:00:50 +0300
parents a9516570cc26
children
line wrap: on
line diff
--- a/src/dmmutex.h	Sun May 13 05:59:42 2018 +0300
+++ b/src/dmmutex.h	Sun May 13 06:00:50 2018 +0300
@@ -7,7 +7,7 @@
 #ifndef DMMUTEX_H
 #define DMMUTEX_H 1
 
-Uint32 SDL_ThreadID()
+SDL_threadID SDL_ThreadID()
 {
     return 0;
 }