Browse Source

Merge pull request #77 from nolta/master

fix #49 the sched_yield warnings bug on Mac OS X.
tags/v0.1alpha2.5
Xianyi Zhang 13 years ago
parent
commit
875da22a43
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      common.h

+ 4
- 0
common.h View File

@@ -89,6 +89,10 @@ extern "C" {
#include <sched.h>
#endif

#ifdef OS_DARWIN
#include <sched.h>
#endif

#ifdef OS_WINDOWS
#ifdef ATOM
#define GOTO_ATOM ATOM


Loading…
Cancel
Save