Lots of fixes for the Linux build:

- renamed sysdep/unix/ functions where necessary
- more int -> LibError conversions in the sysdep/unix/ part
- added some explicit #include statements where necessary
- moved enum LibError/ErrorReaction declarations
  (gcc doesn't support forward enum declarations)

This was SVN commit r3267.
This commit is contained in:
prefect
2005-12-17 22:00:54 +00:00
parent 74b8c5b15f
commit 3ea5fa5b46
14 changed files with 93 additions and 66 deletions
+2
View File
@@ -8,6 +8,8 @@
#include "precompiled.h"
#include <float.h>
#include "lib/res/res.h"
#include "Model.h"
#include "UnitManager.h"