stdafx.hpp 469 B

123456789101112131415161718192021
  1. /*====================================================================*
  2. *
  3. * stdafx.hpp -
  4. *
  5. * Motley Tools by Charles Maier <cmaier@cmassoc.net>;
  6. * Copyright 2001-2006 by Charles Maier Associates;
  7. * Licensed under the Internet Software Consortium License;
  8. *
  9. *--------------------------------------------------------------------*/
  10. #ifndef STDAFX_HEADER
  11. #define STDAFX_HEADER
  12. #ifndef WIN32
  13. #ifndef __declspec
  14. #define __declspec(s)
  15. #endif
  16. #endif
  17. #endif