src/stdafx.h
changeset 8788 8e028dbff2e9
parent 8705 0823c884d748
child 8869 1e62a45d7599
equal deleted inserted replaced
8787:3cf49b620b77 8788:8e028dbff2e9
     2 
     2 
     3 /** @file stdafx.h */
     3 /** @file stdafx.h */
     4 
     4 
     5 #ifndef STDAFX_H
     5 #ifndef STDAFX_H
     6 #define STDAFX_H
     6 #define STDAFX_H
     7 #define DEBUG_DUMP_COMMANDS
       
     8 
     7 
     9 /* It seems that we need to include stdint.h before anything else
     8 /* It seems that we need to include stdint.h before anything else
    10  * We need INT64_MAX, which for most systems comes from stdint.h. However, MSVC
     9  * We need INT64_MAX, which for most systems comes from stdint.h. However, MSVC
    11  * does not have stdint.h and apparently neither does MorphOS, so define
    10  * does not have stdint.h and apparently neither does MorphOS, so define
    12  * INT64_MAX for them ourselves.
    11  * INT64_MAX for them ourselves.