Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

paraconfig_win32.h

Go to the documentation of this file.
00001 #ifndef WIN32_CONFIG_INCLUDED
00002 #define WIN32_CONFIG_INCLUDED
00003 
00004 // #ifndef PARAGUI_DYNAMIC_EXPORTS
00005 #undef DECLSPEC
00006 #define DECLSPEC 
00007 // __declspec(dllimport)
00008 // #endif
00009 
00010 #ifndef __MINGW32__
00011 // disable some nerved non-critical warnings (for now)
00012 #pragma warning(disable: 4275)
00013 #pragma warning(disable: 4251)
00014 #endif
00015 
00016 /* Define if UNICODE support is enabled */
00017 //#define ENABLE_UNICODE
00018 
00019 /* Define if you have the SDL_image library */
00020 #define HAVE_SDLIMAGE 1
00021 
00022 /* Define the default path to the theme files */
00023 #define PARAGUI_THEMEDIR "./data"
00024 
00025 /* Define if you have the fnmatch function.  */
00026 /* #undef HAVE_FNMATCH */
00027 
00028 /* Define if you have the strdup function.  */
00029 /* #undef HAVE_STRDUP */
00030 
00031 /* Define if you have the strtok function.  */
00032 #define HAVE_STRTOK 1
00033 
00034 /* Define if you have the vsnprintf function.  */
00035 /* #undef HAVE_VSNPRINTF */
00036 
00037 /* Define if you have the <ext/hash_map> header file.  */
00038 /* #undef HAVE_EXT_HASH_MAP */
00039 
00040 /* Define if you have the <hash_map> header file.  */
00041 /* #undef HAVE_HASH_MAP */
00042 
00043 /* Define if you have the jpeg library (-ljpeg).  */
00044 #define HAVE_LIBJPEG 1
00045 
00046 /* Define if you have the png library (-lpng).  */
00047 #define HAVE_LIBPNG 1
00048 
00049 /* Define if you have the tiff library (-ltiff).  */
00050 #define HAVE_LIBTIFF 1
00051 
00052 /* SDL_image shared library */
00053 #define SDLIMAGE_LIB "sdl_image.dll"
00054 
00055 #ifdef _MSC_VER
00056 #define HAVE_STRDUP 1
00057 #endif
00058 
00059 /* Name of package */
00060 #define PACKAGE "paragui"
00061 
00062 /* Version number of package */
00063 #define VERSION "1.1.8"
00064 
00065 // Some stuff needed for Win32
00066 #ifdef WIN32
00067 #define WIN32_LEAN_AND_MEAN
00068 #define VC_EXTRALEAN
00069 #include <windows.h>
00070 // extern int SDL_RegisterApp(char*, Uint32, void*);
00071 #undef SendMessage
00072 #endif // WIN32
00073 
00074 #endif // WIN32_CONFIG_INCLUDED

Generated on Tue Jun 24 01:27:46 2008 for Advanced Strategic Command by  doxygen 1.4.2