Skip to content
#

xmp

Here are 76 public repositories matching this topic...

exiv2
piponazo
piponazo commented Apr 29, 2022

In Exiv2/exiv2#2219 (comment) we discussed about the possibility of having some dead code in our codebase around the EXV_HAVE_MMAP definition:

As far as I can see we have the following preprocessor conditions:
```cpp
#if defined EXV_HAVE_MMAP && defined EXV_HAVE_MUNMAP
...
#elif defined WIN32 && !defined __CYGWIN__
...
#else
...  <-- This is t
platforms good first issue

Improve this page

Add a description, image, and links to the xmp topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the xmp topic, visit your repo's landing page and select "manage topics."

Learn more