prepare for ins preview in system file picker

This commit is contained in:
tildearrow 2022-06-19 00:11:18 -05:00
parent 8a1f544eef
commit 03e31c441e
9 changed files with 58 additions and 19 deletions

View file

@ -14,10 +14,6 @@
#include <stdint.h>
#ifdef __cplusplus
extern "C" {
#endif
#define NFD_MAX_STRLEN 256
#define _NFD_UNUSED(x) ((void)x)
@ -30,10 +26,6 @@ void NFDi_SetError( const char *msg );
int NFDi_SafeStrncpy( char *dst, const char *src, size_t maxCopy );
int32_t NFDi_UTF8_Strlen( const nfdchar_t *str );
int NFDi_IsFilterSegmentChar( char ch );
#ifdef __cplusplus
}
#endif
#endif