filepath.c 161 B

1234
  1. /* NetWare & Win32 have much in common with regards to file names (both are
  2. * DOSish) so it makes sense to share some code
  3. */
  4. #include "../win32/filepath.c"