mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-06-10 06:40:06 +02:00
Merge branch 'fix/accidental-dllexport' into 'main'
gdbus, win32: Fix accidental dllexport in static builds See merge request GNOME/glib!2139
This commit is contained in:
commit
2b4e8521e8
@ -2292,7 +2292,7 @@ turn_off_the_starting_cursor (void)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
__declspec(dllexport) void __stdcall
|
void __stdcall
|
||||||
g_win32_run_session_bus (void* hwnd, void* hinst, const char* cmdline, int cmdshow)
|
g_win32_run_session_bus (void* hwnd, void* hinst, const char* cmdline, int cmdshow)
|
||||||
{
|
{
|
||||||
GDBusDaemon *daemon;
|
GDBusDaemon *daemon;
|
||||||
|
@ -117,7 +117,7 @@ gchar *_g_dbus_win32_get_user_sid (void);
|
|||||||
* Initially this function was introduces for usage with rundll,
|
* Initially this function was introduces for usage with rundll,
|
||||||
* so the signature is kept rundll-compatible, though parameters aren't used.
|
* so the signature is kept rundll-compatible, though parameters aren't used.
|
||||||
*/
|
*/
|
||||||
__declspec(dllexport) void __stdcall
|
_GLIB_EXTERN void __stdcall
|
||||||
g_win32_run_session_bus (void* hwnd, void* hinst, const char* cmdline, int cmdshow);
|
g_win32_run_session_bus (void* hwnd, void* hinst, const char* cmdline, int cmdshow);
|
||||||
gchar *_g_dbus_win32_get_session_address_dbus_launch (GError **error);
|
gchar *_g_dbus_win32_get_session_address_dbus_launch (GError **error);
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user