comparison trunk/src/Support/FileList.h @ 330:0a8e7d0c70dc

- Hacks to get a basic AIM-C compiling on windows
author tomwalters
date Thu, 22 Jul 2010 04:24:55 +0000
parents 30dde71d0230
children
comparison
equal deleted inserted replaced
329:99b4bbfa286f 330:0a8e7d0c70dc
23 * \author Thomas Walters <tom@acousticscale.org> 23 * \author Thomas Walters <tom@acousticscale.org>
24 * \date created 2010/02/23 24 * \date created 2010/02/23
25 * \version \$Id$ 25 * \version \$Id$
26 */ 26 */
27 27
28 #if defined(_WINDOWS)
29 # include <windows.h>
30 # ifndef PATH_MAX
31 # define PATH_MAX _MAX_PATH
32 # endif
33 #endif
34 #include <limits.h>
28 #include <string> 35 #include <string>
29 #include <utility> 36 #include <utility>
30 #include <vector> 37 #include <vector>
31 38
32 #include "Support/Common.h" 39 #include "Support/Common.h"