Home
last modified time | relevance | path

Searched refs:pCreateHardLink_t (Results 1 – 1 of 1) sorted by relevance

/dports/lang/gauche/Gauche-0.9.10/src/
H A Dsystem.c2943 typedef BOOL (WINAPI *pCreateHardLink_t)(LPTSTR, LPTSTR, in link() typedef
2945 static pCreateHardLink_t pCreateHardLink = NULL; in link()
2954 pCreateHardLink = (pCreateHardLink_t)get_api_entry(_T("kernel32.dll"), in link()