diff options
Diffstat (limited to 'src/Platform/Dummy/File.c')
| -rw-r--r-- | src/Platform/Dummy/File.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Platform/Dummy/File.c b/src/Platform/Dummy/File.c index 5e5b515..d12a8fb 100644 --- a/src/Platform/Dummy/File.c +++ b/src/Platform/Dummy/File.c @@ -13,3 +13,9 @@ BH_IO *BH_FileNew(const char *path, return NULL; } + + +int BH_IOIsFile(BH_IO *device) +{ + return 0; +} |
