Skip to content

Commit

Permalink
machine: fix compile error.
Browse files Browse the repository at this point in the history
  • Loading branch information
Elizabeth J. Myers committed Apr 2, 2012
1 parent cf4e1ec commit 94f624b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libmowgli/platform/machine.h
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@
#define MOWGLI_OS_THREADS qnx
#define MOWGLI_OS_MUTEX_POSIX
#define MOWGLI_OS_MUTEX posix
#elif defined __vms || defined || __VMS
#elif defined __vms || defined __VMS
#define MOWGLI_OS_THREADS_POSIX
#define MOWGLI_OS_THREADS posix
#define MOWGLI_OS_MUTEX_POSIX
Expand Down

0 comments on commit 94f624b

Please sign in to comment.