stdafx.h
changeset 915 013cb2d74800
parent 858 329ff519fb45
child 1022 9ea8ee93d6a9
equal deleted inserted replaced
914:c3ad2a35b937 915:013cb2d74800
    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