Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Commit

Permalink
We should link against Shell32.lib in mmap_win32.c
Browse files Browse the repository at this point in the history
  • Loading branch information
zv committed Feb 13, 2019
1 parent f3d7d97 commit d74f0f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/libethash/mmap_win32.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
* UnmapViewOfFile: http://msdn.microsoft.com/en-us/library/aa366882(VS.85).aspx
*/

#pragma comment(lib, "Shell32.lib")

#include <io.h>
#include <windows.h>
#include "mmap.h"
Expand Down

0 comments on commit d74f0f5

Please sign in to comment.