#define S_ISREG

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@1883 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Xavier Leroy 1998-02-27 14:06:41 +00:00
parent 83cea541c3
commit bef3a4317e
1 changed files with 2 additions and 0 deletions

View File

@ -255,6 +255,8 @@ value sys_get_config(value unit) /* ML */
#ifdef _WIN32
#define S_ISREG(mode) (((mode) & S_IFMT) == S_IFREG)
char * searchpath(char * name)
{
char * fullname;