Home
last modified time | relevance | path

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

/dports/graphics/gimp-app/gimp-2.10.30/app/
H A Dmain.c523 typedef HRESULT (WINAPI *t_SetCurrentProcessExplicitAppUserModelID) (PCWSTR lpPathName); in main() typedef
524 t_SetCurrentProcessExplicitAppUserModelID p_SetCurrentProcessExplicitAppUserModelID; in main()
527 (t_SetCurrentProcessExplicitAppUserModelID) GetProcAddress (GetModuleHandle ("shell32.dll"), in main()
/dports/graphics/gimp-app/gimp-2.10.30/libgimp/
H A Dgimp.c390 typedef HRESULT (WINAPI *t_SetCurrentProcessExplicitAppUserModelID) (PCWSTR lpPathName); in gimp_main() typedef
391 t_SetCurrentProcessExplicitAppUserModelID p_SetCurrentProcessExplicitAppUserModelID; in gimp_main()
393 …p_SetCurrentProcessExplicitAppUserModelID = (t_SetCurrentProcessExplicitAppUserModelID) GetProcAdd… in gimp_main()