source: main/trunk/greenstone2/common-src/src/lib/gsdlsysfuncs.h@ 26677

Last change on this file since 26677 was 26677, checked in by davidb, 11 years ago

Mixed up over precise name to use for Microsoft Visualstudio Compile. Correct value is _MSC_VER. Files now fixed.

File size: 186 bytes
Line 
1#ifndef GSDLSYSFUNCS_H
2#define GSDLSYSFUNCS_H
3
4#include <sys/stat.h>
5
6#ifdef HAVE_CONFIG_H
7# ifdef _MSC_VER
8# include <win32cfg.h>
9# else
10# include <config.h>
11# endif
12#endif
13
14
15
16#endif
Note: See TracBrowser for help on using the repository browser.