WINCE: Fix compilation

This commit is contained in:
Cameron Cawley 2019-03-31 19:07:40 +01:00 committed by Filippos Karapetis
parent 82f4ee86a9
commit bcef809e61
24 changed files with 116 additions and 142 deletions

View file

@ -26,6 +26,9 @@
#define FORBIDDEN_SYMBOL_ALLOW_ALL
#include "backends/fs/stdiostream.h"
#ifdef _WIN32_WCE
#include "backends/platform/wince/missing/fopen.h"
#endif
StdioStream::StdioStream(void *handle) : _handle(handle) {
assert(handle);