mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 22:55:48 +01:00
Merge remote-tracking branch 'origin/v2-alpha' into v2-alpha
This commit is contained in:
commit
b3c0cc86d3
1 changed files with 8 additions and 0 deletions
|
|
@ -1,6 +1,10 @@
|
|||
#ifndef __FFENESTRI_H__
|
||||
#define __FFENESTRI_H__
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
struct Application;
|
||||
|
||||
|
|
@ -42,4 +46,8 @@ extern void UpdateTrayMenuLabel(struct Application*, const char* JSON);
|
|||
extern void AddContextMenu(struct Application*, char *contextMenuJSON);
|
||||
extern void UpdateContextMenu(struct Application*, char *contextMenuJSON);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue