platform/shared/ruby/win32/win32.c in rhodes-2.2.3 vs platform/shared/ruby/win32/win32.c in rhodes-2.2.4.beta.1

- old
+ new

@@ -4723,10 +4723,11 @@ }); return ret; } +#ifndef _WIN32_WCE int rb_w32_mkdir(const char *path, int mode) { int ret = -1; RUBY_CRITICAL( @@ -4740,9 +4741,10 @@ } ret = 0; ); return ret; } +#endif //#ifndef _WIN32_WCE int rb_w32_rmdir(const char *path) { int ret = 0;