stdafx.h
changeset 915 d845fe7cf6f2
parent 858 9a3254670831
child 1022 d5ec3467d2a4
equal deleted inserted replaced
914:4359607898f7 915:d845fe7cf6f2
    35 #ifdef SUNOS
    35 #ifdef SUNOS
    36 #include <alloca.h>
    36 #include <alloca.h>
    37 #endif
    37 #endif
    38 
    38 
    39 #ifdef __MORPHOS__
    39 #ifdef __MORPHOS__
    40 // morphos defines certain amiga defines per default, we undefine them 
    40 // morphos defines certain amiga defines per default, we undefine them
    41 // here to make the rest of source less messy and more clear what is
    41 // here to make the rest of source less messy and more clear what is
    42 // required for morphos and what for amigaos
    42 // required for morphos and what for amigaos
    43 #	ifdef amigaos
    43 #	ifdef amigaos
    44 #		undef amigaos
    44 #		undef amigaos
    45 #	endif
    45 #	endif