Loading...
Searching...
No Matches
20#ifndef _tds_utils_path_h_
21#define _tds_utils_path_h_
23#include <freetds/pushvis.h>
26#define TDS_SDIR_SEPARATOR "\\"
28#define TDS_SDIR_SEPARATOR "/"
31char *tds_get_homedir(
void);
32char *tds_get_home_file(
const char *file);
34#include <freetds/popvis.h>