mirror of
https://github.com/Dushistov/sdcv.git
synced 2026-03-25 05:20:24 +00:00
fix build without mmap
This commit is contained in:
@@ -18,11 +18,11 @@
|
|||||||
class MapFile {
|
class MapFile {
|
||||||
public:
|
public:
|
||||||
MapFile(void) :
|
MapFile(void) :
|
||||||
data(NULL),
|
data(NULL)
|
||||||
#ifdef HAVE_MMAP
|
#ifdef HAVE_MMAP
|
||||||
mmap_fd(-1)
|
, mmap_fd(-1)
|
||||||
#elif defined(_WIN32)
|
#elif defined(_WIN32)
|
||||||
hFile(0),
|
,hFile(0),
|
||||||
hFileMap(0)
|
hFileMap(0)
|
||||||
#endif
|
#endif
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user