plug-ins: Forgot a macro
This commit is contained in:
parent
55cf88f2c8
commit
e97e3d0e35
1 changed files with 2 additions and 0 deletions
|
|
@ -1002,7 +1002,9 @@ save_as_ncsa(gpointer param, OutputFunc_t output)
|
||||||
{
|
{
|
||||||
char *p;
|
char *p;
|
||||||
gchar *description;
|
gchar *description;
|
||||||
|
#ifdef _UCRT
|
||||||
gchar *context = NULL;
|
gchar *context = NULL;
|
||||||
|
#endif
|
||||||
|
|
||||||
output(param, "#$-:Image map file created by GIMP Image Map plug-in\n");
|
output(param, "#$-:Image map file created by GIMP Image Map plug-in\n");
|
||||||
output(param, "#$-:GIMP Image Map plug-in by Maurits Rijk\n");
|
output(param, "#$-:GIMP Image Map plug-in by Maurits Rijk\n");
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue