+#ifdef WNT
#define STRICT
#include <windows.h>
return retVal;
} // end WOKNT_AdmFile :: Name
+#endif
+#ifdef WNT
#include <WOKNT_CompareOfString.ixx>
WOKNT_CompareOfString :: WOKNT_CompareOfString () {
} // end WOKNT_CompareOfString :: IsEqual
+#endif
+#ifdef WNT
#define STRICT
#include <windows.h>
return status;
} /* end main */
+#endif
+#ifdef WNT
#define STRICT
#include <windows.h>
) *writePipe = ( Standard_Integer )INVALID_HANDLE_VALUE;
} // end _WOKNT_create_pipe
+#endif
+#ifdef WNT
#define STRICT
#include <windows.h>
return retVal;
} // end WOKNT_OutErrOutput :: SyncStdErr
+#endif
+#ifdef WNT
#define STRICT
#include <windows.h>
if(myAttr & FILE_ATTRIBUTE_DIRECTORY) return Standard_False;
return Standard_True;
}
+#endif
-
+#ifdef WNT
#include <WOKNT_PathIterator.ixx>
#include <WOKNT_Path.hxx>
if(myStack.Top() != INVALID_HANDLE_VALUE) FindClose(myStack.Top());
}
+#endif
-
+#ifdef WNT
#include <WOKNT_RegExp.ixx>
#include <WOKNT_regexp.h>
} // end WOKNT_RegExp :: Match
+#endif
+#ifdef WNT
#define STRICT
#include <process.h>
#include <windows.h>
return status;
} /* end main */
+#endif
+#ifdef WNT
#define STRICT
#include <process.h>
#include <windows.h>
return status;
} /* end main */
+#endif
+#ifdef WNT
#define STRICT
#include <windows.h>
#include <tchar.h>
FreeEnvironmentStrings ( env );
} // end _WOKNT_get_env
+#endif
+#ifdef WNT
#define STRICT
#include <windows.h>
#include <tchar.h>
return TRUE;
} // end interruptHandler
+#endif
+#ifdef WNT
#define STRICT
#include <windows.h>
if ( ( HANDLE )myFileChannel != INVALID_HANDLE_VALUE ) Close ();
} // end WOKNT_ShellOutput :: Cleanup
+#endif
+#ifdef WNT
#define STRICT
#include <windows.h>
} // end else
} // end _WOKNT_strip_string
+#endif
+#ifdef WNT
#define EXPORT
#include <iostream.h>
#include <stdlib.h>
return TRUE;
} // end _chmod_func
+#endif
+#ifdef WNT
#define STRICT
#include <windows.h>
return retVal;
}
+#endif
+#ifdef WNT
#define STRICT
#include <windows.h>
#include <string.h>
}
return retVal;
}
+#endif
+#ifdef WNT
#define EXPORT
#define STRICT
#include <windows.h>
return 0;
} // end main
+#endif
+#ifdef WNT
/******************************************************************************/
/* Extended regular expression matching and search. */
/* Copyright (C) 1985 Free Software Foundation, Inc. */
/***/
/* JGA : to compile on Solaris */
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
-#if !defined(HPUX) && !defined (WNT)
-#include <alloca.h>
-
+#ifdef HAVE_ALLOCA_H
+# include <alloca.h>
#else
/* alloca() non disponible sur HPUX 9.07 */
# ifdef __cplusplus
} /* end bcmp_translate */
/***/
/******************************************************************************/
+#endif
+#ifdef WNT
#define EXPORT
#include <iostream.h>
#include <stdlib.h>
cerr << "wokRM: could not remove " << fName << " - " << buffer << endl << flush;
} // end _set_error
+#endif