mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-05 02:34:18 +00:00
5 lines
161 B
C
5 lines
161 B
C
|
/* NetWare & Win32 have much in common with regards to file names (both are
|
||
|
* DOSish) so it makes sense to share some code
|
||
|
*/
|
||
|
#include "../win32/filepath.c"
|