123456789101112131415161718192021 |
- /*====================================================================*
- *
- * stdafx.hpp -
- *
- * Motley Tools by Charles Maier <cmaier@cmassoc.net>;
- * Copyright 2001-2006 by Charles Maier Associates;
- * Licensed under the Internet Software Consortium License;
- *
- *--------------------------------------------------------------------*/
- #ifndef STDAFX_HEADER
- #define STDAFX_HEADER
- #ifndef WIN32
- #ifndef __declspec
- #define __declspec(s)
- #endif
- #endif
- #endif
|