diff options
Diffstat (limited to 'zenserver/compute/function.h')
| -rw-r--r-- | zenserver/compute/function.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zenserver/compute/function.h b/zenserver/compute/function.h index 962927f1c..b3f9eebff 100644 --- a/zenserver/compute/function.h +++ b/zenserver/compute/function.h @@ -5,7 +5,7 @@ #include <zencore/zencore.h> #if !defined(ZEN_WITH_COMPUTE_SERVICES) -# define ZEN_WITH_COMPUTE_SERVICES ZEN_PLATFORM_WINDOWS +# define ZEN_WITH_COMPUTE_SERVICES 1 #endif #if ZEN_WITH_COMPUTE_SERVICES |