1
0
Fork 0

Changed long constants to LONGTYPE for compiler issues

include cross.h


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1146
This commit is contained in:
Peter Veenstra 2003-07-24 12:41:33 +00:00
parent d61bdb0094
commit cdf4503fe0
2 changed files with 7 additions and 6 deletions

View file

@ -21,6 +21,7 @@
#include <math.h>
#include <float.h>
#include "cross.h"
#include "mem.h"
#include "fpu.h"
#include "cpu.h"