SystemTimeToFileTime(&system_time,&elapsed_time.filetime);
return((double) 1.0e-7*elapsed_time.filetime64);
}
-
+\f
/*
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %
return(sign*y);
}
\f
-\f
/*
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %
length;
wchar_t
+ directory_separator[MagickPathExtent],
file_specification[MagickPathExtent];
assert(path != (const char *) NULL);
MagickPathExtent);
if (length == 0)
return((DIR *) NULL);
- if(wcsncat(file_specification,(const wchar_t*) DirectorySeparator,
- MagickPathExtent-wcslen(file_specification)-1) == (wchar_t*) NULL)
+ length=MultiByteToWideChar(CP_UTF8,0,DirectorySeparator,-1,
+ directory_separator,strlen(DirectorySeparator)+1);
+ if (length == 0)
+ return((DIR *) NULL);
+ if (wcsncat(file_specification,directory_separator,MagickPathExtent-wcslen(file_specification)-1) == (wchar_t*) NULL)
return((DIR *) NULL);
entry=(DIR *) AcquireMagickMemory(sizeof(DIR));
if (entry != (DIR *) NULL)
# You may not use this file except in compliance with the License. You may
# obtain a copy of the License at
#
-# https://www.imagemagick.org/script/license.php
+# http://www.imagemagick.org/script/license.php
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# You may not use this file except in compliance with the License. You may
# obtain a copy of the License at
#
-# https://www.imagemagick.org/script/license.php
+# http://www.imagemagick.org/script/license.php
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# You may not use this file except in compliance with the License. You may
# obtain a copy of the License at
#
-# https://www.imagemagick.org/script/license.php
+# http://www.imagemagick.org/script/license.php
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# You may not use this file except in compliance with the License. You may
# obtain a copy of the License at
#
-# https://www.imagemagick.org/script/license.php
+# http://www.imagemagick.org/script/license.php
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# You may not use this file except in compliance with the License. You may
# obtain a copy of the License at
#
-# https://www.imagemagick.org/script/license.php
+# http://www.imagemagick.org/script/license.php
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# You may not use this file except in compliance with the License. You may
# obtain a copy of the License at
#
-# https://www.imagemagick.org/script/license.php
+# http://www.imagemagick.org/script/license.php
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# You may not use this file except in compliance with the License. You may
# obtain a copy of the License at
#
-# https://www.imagemagick.org/script/license.php
+# http://www.imagemagick.org/script/license.php
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# You may not use this file except in compliance with the License. You may
# obtain a copy of the License at
#
-# https://www.imagemagick.org/script/license.php
+# http://www.imagemagick.org/script/license.php
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
$(coders_xps_la_LDFLAGS) $(LDFLAGS) -o $@
@WITH_MODULES_TRUE@am_coders_xps_la_rpath = -rpath $(codersdir)
-coders_xtrn_la_DEPENDENCIES = $(MAGICKCORE_LIBS)
+coders_xtrn_la_DEPENDENCIES = $(MAGICKCORE_LIBS) $(am__DEPENDENCIES_1)
am_coders_xtrn_la_OBJECTS = coders/coders_xtrn_la-xtrn.lo
coders_xtrn_la_OBJECTS = $(am_coders_xtrn_la_OBJECTS)
coders_xtrn_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
NMEDIT = @NMEDIT@
OBJDUMP = @OBJDUMP@
OBJEXT = @OBJEXT@
+OLE_LIBS = @OLE_LIBS@
OPENEXR_CFLAGS = @OPENEXR_CFLAGS@
OPENEXR_LIBS = @OPENEXR_LIBS@
OPENMP_CFLAGS = @OPENMP_CFLAGS@
coders_xtrn_la_SOURCES = coders/xtrn.c
coders_xtrn_la_CPPFLAGS = $(MAGICK_CODER_CPPFLAGS)
coders_xtrn_la_LDFLAGS = $(MODULECOMMONFLAGS)
-coders_xtrn_la_LIBADD = $(MAGICKCORE_LIBS)
+coders_xtrn_la_LIBADD = $(MAGICKCORE_LIBS) $(OLE_LIBS)
# XWD coder module
coders_xwd_la_SOURCES = coders/xwd.c
# You may not use this file except in compliance with the License.
# obtain a copy of the License at
#
-# https://www.imagemagick.org/script/license.php
+# http://www.imagemagick.org/script/license.php
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,