mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-01-02 11:28:14 -05:00
17 lines
301 B
C
17 lines
301 B
C
#pragma once
|
|
|
|
#include "../c99defs.h"
|
|
#include "../dstr.h"
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
EXPORT char *cfstr_copy_cstr(CFStringRef cfstr, CFStringEncoding cfstr_enc);
|
|
|
|
EXPORT bool cfstr_copy_dstr(CFStringRef cfstr, CFStringEncoding cfstr_enc, struct dstr *str);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|