src/stdafx.h
changeset 8705 0823c884d748
parent 8628 4e316518420a
child 8788 8e028dbff2e9
equal deleted inserted replaced
8704:2857ec554839 8705:0823c884d748
     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
     7 
     8 
     8 /* It seems that we need to include stdint.h before anything else
     9 /* It seems that we need to include stdint.h before anything else
     9  * We need INT64_MAX, which for most systems comes from stdint.h. However, MSVC
    10  * We need INT64_MAX, which for most systems comes from stdint.h. However, MSVC
    10  * does not have stdint.h and apparently neither does MorphOS, so define
    11  * does not have stdint.h and apparently neither does MorphOS, so define
    11  * INT64_MAX for them ourselves.
    12  * INT64_MAX for them ourselves.