Statistics
| Revision:

gvsig-raster / libjni-potrace / trunk / libjni-potrace / src / main / native / jpotrace / config.h @ 1780

History | View | Annotate | Download (152 Bytes)

1
#ifndef CONFIG_H
2
#define CONFIG_H
3

    
4
#if defined(_MSC_VER)
5
        #include <windows.h>
6
        #define inline __inline
7
        #define HAVE_STRING_H 1
8
#endif
9

    
10
#endif CONFIG_H