Using errno isn't really portable; don't have time to fix this properly right now
svn-id: r16086
This commit is contained in:
parent
881b60a8eb
commit
ea80946978
1 changed files with 7 additions and 0 deletions
|
@ -21,6 +21,13 @@
|
|||
|
||||
#include "stdafx.h"
|
||||
|
||||
#ifndef _WIN32_WCE
|
||||
// FIXME TODO FIXME: Using errno is not really portable!
|
||||
// We should get rid of this, possibly by adding (clear)ioFailed methods
|
||||
// to the SaveFile class.
|
||||
#include <errno.h>
|
||||
#endif
|
||||
|
||||
#include "gui/about.h"
|
||||
#include "gui/message.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue