Save and load support for GIMP palettes (.GPL files)

* Implemented by 00ai99
* Fixes https://code.google.com/p/grafx2/issues/detail?id=518


git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@2112 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Adrien Destugues
2015-03-04 13:45:01 +00:00
parent 32defb8897
commit 3332b43330
4 changed files with 170 additions and 1 deletions

View File

@@ -118,6 +118,7 @@
return _fullpath(resolved_path,_path,260);
}
#else
#include <limits.h>
// Use the stdlib function.
char *Realpath(const char *_path, char *resolved_path)
{