added initial main program and directshow files, finally have a UI functioning

This commit is contained in:
jp9000
2013-11-07 16:45:03 -07:00
parent 37c7db5dbe
commit f5e41f441e
36 changed files with 7429 additions and 233 deletions

View File

@@ -75,9 +75,8 @@ EXPORT char *os_get_home_path(void);
#ifdef _MSC_VER
EXPORT int fseeko(FILE *stream, off_t offset, int whence);
EXPORT off_t ftello(FILE *stream);
#endif
#define strtoll _strtoi64
#endif
#ifdef __cplusplus
}