Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Last modification | View Log | RSS feed

  1. /* Copyright (C) 1999 DJ Delorie, see COPYING.DJ for details */
  2. /* Copyright (C) 1998 DJ Delorie, see COPYING.DJ for details */
  3.  
  4. #undef DJGPP
  5. #undef __DJGPP
  6. #undef __DJGPP__
  7.  
  8. #define DJGPP 2
  9. #define __DJGPP 2
  10. #define __DJGPP__ 2
  11.  
  12. #undef DJGPP_MINOR
  13. #undef __DJGPP_MINOR
  14. #undef __DJGPP_MINOR__
  15.  
  16. #define DJGPP_MINOR 3
  17. #define __DJGPP_MINOR 3
  18. #define __DJGPP_MINOR__ 3
  19.  
  20.