should fix gcc+libpng
git-svn-id: https://svn.code.sf.net/p/fteqw/code/branches/wip@3649 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
7102eb3cef
commit
3759156ea7
1 changed files with 1 additions and 1 deletions
|
@ -558,12 +558,12 @@ return NULL;
|
||||||
#define LIBPNG_LOADED() (libpng_handle != NULL)
|
#define LIBPNG_LOADED() (libpng_handle != NULL)
|
||||||
#else
|
#else
|
||||||
#define LIBPNG_LOADED() 1
|
#define LIBPNG_LOADED() 1
|
||||||
|
#define PSTATIC(n) = &n
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
#ifdef _WIN64
|
#ifdef _WIN64
|
||||||
#pragma comment(lib, MSVCLIBSPATH "libpng64.lib")
|
#pragma comment(lib, MSVCLIBSPATH "libpng64.lib")
|
||||||
#else
|
#else
|
||||||
#pragma comment(lib, MSVCLIBSPATH "libpng.lib")
|
#pragma comment(lib, MSVCLIBSPATH "libpng.lib")
|
||||||
#define PSTATIC(n) = &n
|
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue