Home
last modified time | relevance | path

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

/dports/graphics/gimp-app/gimp-2.10.30/app/
H A Dmain.c465 typedef BOOL (WINAPI *t_SetDllDirectoryA) (LPCSTR lpPathName); in main() typedef
466 t_SetDllDirectoryA p_SetDllDirectoryA; in main()
469 (t_SetDllDirectoryA) GetProcAddress (GetModuleHandle ("kernel32.dll"), in main()
/dports/graphics/gimp-app/gimp-2.10.30/libgimp/
H A Dgimp.c300 typedef BOOL (WINAPI *t_SetDllDirectoryA) (LPCSTR lpPathName); in gimp_main() typedef
301 t_SetDllDirectoryA p_SetDllDirectoryA; in gimp_main()
303 p_SetDllDirectoryA = (t_SetDllDirectoryA) GetProcAddress (GetModuleHandle ("kernel32.dll"), in gimp_main()
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/libedataserver/
H A De-data-server-util.c2084 typedef BOOL (WINAPI *t_SetDllDirectoryA) (LPCSTR lpPathName); in PUBLIC_GETTER() typedef
2085 t_SetDllDirectoryA p_SetDllDirectoryA; in PUBLIC_GETTER()