Artifact c54fa36df530044e03c4ebd9308676d108637c58:
- File target-headers/mingw32msvc/include/memory.h — part of check-in [1a9ce97cc9] at 2014-05-02 17:12:42 on branch trunk — Added target headers for Windows (user: rkeene, size: 157) [annotate] [blame] [check-ins using]
/* * This file is part of the Mingw32 package. * * memory.h maps to the standard string.h header. */ #ifndef __STRICT_ANSI__ #include <string.h> #endif