src/stdafx.h
changeset 8542 946720e80e9c
parent 8520 f11cbfab944c
child 8546 2a09d7d2a341
equal deleted inserted replaced
8541:9c5cf6f837d2 8542:946720e80e9c
     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.