Home
last modified time | relevance | path

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

/dports/print/pstotext/pstotext-1.9/
H A Dpstotxtd.c116 typedef int (WINAPI *PFN_pstotextSetCork)(void *instance, int value); typedef
122 PFN_pstotextSetCork dllfn_pstotextSetCork;
176 dllfn_pstotextSetCork = (PFN_pstotextSetCork) GetProcAddress(pstotextModule, "pstotextSetCork"); in load_pstotext()
177 if (dllfn_pstotextSetCork == (PFN_pstotextSetCork)NULL) { in load_pstotext()