Skip to content

Commit

Permalink
Avoid a compiler warning when configured with --disable-threads
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jul 31, 2001
1 parent 70bdffe commit c302902
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/thread/generic/SDL_systhread_c.h
Expand Up @@ -23,4 +23,6 @@
/* Stub until we implement threads on this platform */
typedef int SYS_ThreadHandle;

#ifndef DISABLE_THREADS
#define DISABLE_THREADS
#endif

0 comments on commit c302902

Please sign in to comment.