Home
last modified time | relevance | path

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

/dports/editors/abiword/abiword-3.0.5/src/wp/main/win/
H A DWin32Main.cpp41 typedef BOOL (WINAPI * AttachConsole_t) (DWORD); in wWinMain() typedef
43 AttachConsole_t p_AttachConsole = in wWinMain()
44 (AttachConsole_t) GetProcAddress (GetModuleHandleW(L"kernel32.dll"), "AttachConsole"); in wWinMain()
74 typedef BOOL (WINAPI * AttachConsole_t) (DWORD); in WinMain() typedef
76 AttachConsole_t p_AttachConsole = in WinMain()
77 (AttachConsole_t) GetProcAddress (GetModuleHandle ("kernel32.dll"), "AttachConsole"); in WinMain()
/dports/editors/gedit/gedit-40.1/gedit/
H A Dgedit-app-win32.c100 typedef BOOL (* WINAPI AttachConsole_t) (DWORD); in prep_console() typedef
102 AttachConsole_t p_AttachConsole = in prep_console()
103 (AttachConsole_t) GetProcAddress (GetModuleHandle ("kernel32.dll"), in prep_console()
/dports/devel/gitg/gitg-3.32.1/libgitg/
H A Dgitg-platform-support-win32.c132 typedef BOOL (* WINAPI AttachConsole_t) (DWORD); in gitg_platform_support_application_support_prepare_startup() typedef
134 AttachConsole_t p_AttachConsole = in gitg_platform_support_application_support_prepare_startup()
135 (AttachConsole_t) GetProcAddress (GetModuleHandle ("kernel32.dll"), in gitg_platform_support_application_support_prepare_startup()
/dports/graphics/epdfview/epdfview-0.1.8/src/
H A Dmain.cxx68 typedef BOOL (* WINAPI AttachConsole_t) (DWORD); in main() typedef
70 AttachConsole_t p_AttachConsole = in main()
71 (AttachConsole_t) GetProcAddress (GetModuleHandle ("kernel32.dll"), "AttachConsole"); in main()
/dports/graphics/evince/evince-41.3/previewer/
H A Dev-previewer.c165 typedef BOOL (* WINAPI AttachConsole_t) (DWORD); in main() typedef
167 AttachConsole_t p_AttachConsole = in main()
168 (AttachConsole_t) GetProcAddress (GetModuleHandle ("kernel32.dll"), "AttachConsole"); in main()
/dports/graphics/evince/evince-41.3/shell/
H A Dmain.c248 typedef BOOL (* WINAPI AttachConsole_t) (DWORD); in main() typedef
250 AttachConsole_t p_AttachConsole = in main()
251 (AttachConsole_t) GetProcAddress (GetModuleHandle ("kernel32.dll"), "AttachConsole"); in main()
/dports/games/aisleriot/aisleriot-3.22.19/src/lib/
H A Dar-runtime.c282 typedef BOOL (* WINAPI AttachConsole_t) (DWORD); in ar_runtime_init() typedef
284 AttachConsole_t p_AttachConsole = in ar_runtime_init()
285 (AttachConsole_t) GetProcAddress (GetModuleHandle ("kernel32.dll"), "AttachConsole"); in ar_runtime_init()
/dports/editors/rehex/rehex-0.4.0/wxLua/modules/wxlua/
H A Dwxlconsole.cpp305 typedef BOOL (WINAPI *AttachConsole_t)(DWORD dwProcessId); in wxlua_RedirectIOToDosConsole() typedef
306 AttachConsole_t wxDL_INIT_FUNC(pfn, AttachConsole, kernel); in wxlua_RedirectIOToDosConsole()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/msw/
H A Dapp.cpp418 typedef BOOL (WINAPI *AttachConsole_t)(DWORD dwProcessId); in DoInit() typedef
419 AttachConsole_t wxDL_INIT_FUNC(pfn, AttachConsole, m_dllKernel32); in DoInit()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/msw/
H A Dapp.cpp418 typedef BOOL (WINAPI *AttachConsole_t)(DWORD dwProcessId); in DoInit() typedef
419 AttachConsole_t wxDL_INIT_FUNC(pfn, AttachConsole, m_dllKernel32); in DoInit()
/dports/devel/gconf2/GConf-3.2.6/gconf/
H A Dgconfd.c848 typedef BOOL (* WINAPI AttachConsole_t) (DWORD); in main() typedef
850 AttachConsole_t p_AttachConsole = in main()
851 (AttachConsole_t) GetProcAddress (GetModuleHandle ("kernel32.dll"), "AttachConsole"); in main()
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/libedataserver/
H A De-data-server-util.c2113 typedef BOOL (* WINAPI AttachConsole_t) (DWORD); in PUBLIC_GETTER() typedef
2115 AttachConsole_t p_AttachConsole = in PUBLIC_GETTER()
2116 (AttachConsole_t) GetProcAddress ( in PUBLIC_GETTER()