Browse Source

fix #49

tags/v0.1alpha2.5
Mike Nolta 14 years ago
parent
commit
363a563ec2
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