src/stdafx.h
changeset 8209 0bbae499a1a2
parent 8132 f4c7a8e4f25a
child 8292 fbcc0ca7a6d8
equal deleted inserted replaced
8208:3d0590aa2124 8209:0bbae499a1a2
     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.