WINCE: Fix compilation
This commit is contained in:
parent
82f4ee86a9
commit
bcef809e61
24 changed files with 116 additions and 142 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue