FS-9944 [core] Add core video support to windows build

This commit is contained in:
Andrey Volk
2017-01-12 23:52:06 +03:00
parent 619bb494ad
commit 1f11deb023
32 changed files with 7521 additions and 39 deletions
+2 -2
View File
@@ -94,8 +94,8 @@ SWITCH_DECLARE(int) switch_u8_unescape(char *buf, int sz, char *src);
SWITCH_DECLARE(int) switch_u8_escape(char *buf, int sz, char *src, int escape_quotes);
/* utility predicates used by the above */
int octal_digit(char c);
int hex_digit(char c);
SWITCH_DECLARE(int) octal_digit(char c);
SWITCH_DECLARE(int) hex_digit(char c);
/* return a pointer to the first occurrence of ch in s, or NULL if not
found. character index of found character returned in *charn. */