X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=wince%2Fwince.c;h=8aefe6ca17089b0aede6d392cb9648ba32b3dbe5;hb=37e1ca49f99b6ba1322b7d84c999bad68b7edac1;hp=f72c1fef1e32080a902a40e63d545f6b85d86c5a;hpb=e2a02c1e735e4afbf3df91186f80982fdd43695e;p=p5sagit%2Fp5-mst-13.2.git diff --git a/wince/wince.c b/wince/wince.c index f72c1fe..8aefe6c 100644 --- a/wince/wince.c +++ b/wince/wince.c @@ -947,12 +947,11 @@ win32_rename(const char *oname, const char *newname) DllExport int win32_setmode(int fd, int mode) { - if(mode != O_BINARY) - { - Perl_croak(aTHX_ PL_no_func, "setmode"); - return -1; - } - return 0; + /* currently 'celib' seem to have this function in src, but not + * exported. When it will be, we'll uncomment following line. + */ + /* return xcesetmode(fd, mode); */ + return 0; } DllExport long