mirror of
https://github.com/netbirdio/systray.git
synced 2026-05-22 17:08:41 -07:00
update both dlls
This commit is contained in:
Regular → Executable
BIN
Binary file not shown.
Regular → Executable
BIN
Binary file not shown.
@@ -1,7 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
extern "C" {
|
||||
__declspec(dllexport) int __cdecl nativeLoop(void (*systray_ready)(int ignored), void (*_systray_menu_item_selected)(int menu_id));
|
||||
__declspec(dllexport) int __cdecl nativeLoop(void (*systray_ready)(int ignored),
|
||||
void (*_systray_on_exit)(int ignored),
|
||||
void (*_systray_menu_item_selected)(int menu_id));
|
||||
|
||||
__declspec(dllexport) void __cdecl setIcon(const wchar_t* iconFile);
|
||||
__declspec(dllexport) void __cdecl setTooltip(const wchar_t* tooltip);
|
||||
|
||||
+53
-56
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user