diff options
Diffstat (limited to 'src/lanes.cpp')
-rw-r--r-- | src/lanes.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lanes.cpp b/src/lanes.cpp index 1589240..38dd92c 100644 --- a/src/lanes.cpp +++ b/src/lanes.cpp | |||
@@ -2076,7 +2076,7 @@ static void EnableCrashingOnCrashes( void) | |||
2076 | while( !s_ecoc_go_ahead) { Sleep(1); } // changes threads | 2076 | while( !s_ecoc_go_ahead) { Sleep(1); } // changes threads |
2077 | } | 2077 | } |
2078 | } | 2078 | } |
2079 | #endif // PLATFORM_WIN32 | 2079 | #endif // PLATFORM_WIN32 && !defined NDEBUG |
2080 | 2080 | ||
2081 | LANES_API int luaopen_lanes_core( lua_State* L) | 2081 | LANES_API int luaopen_lanes_core( lua_State* L) |
2082 | { | 2082 | { |