mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-26 23:28:14 +03:00
Fix Windows build with WITH_UNIT_TESTING
This commit is contained in:
parent
fca5f1b210
commit
383479fbfd
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ enum csync_exclude_type_e {
|
|||
typedef enum csync_exclude_type_e CSYNC_EXCLUDE_TYPE;
|
||||
|
||||
#ifdef WITH_UNIT_TESTING
|
||||
int _csync_exclude_add(c_strlist_t **inList, const char *string);
|
||||
int OCSYNC_EXPORT _csync_exclude_add(c_strlist_t **inList, const char *string);
|
||||
#endif
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue