Skip to content

Commit

Permalink
fix double including for mmap_for_windows.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
alex85k committed Aug 22, 2014
1 parent 9a34e43 commit 3959b20
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/mmap_for_windows.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#ifndef MMAP_FOR_WINDOWS_HPP
#define MMAP_FOR_WINDOWS_HPP

/* mmap() replacement for Windows
*
* Author: Mike Frysinger <vapier@gentoo.org>
Expand Down Expand Up @@ -99,3 +102,4 @@ static int munmap(void *addr, size_t length)

#undef DWORD_HI
#undef DWORD_LO
#endif

0 comments on commit 3959b20

Please sign in to comment.