mirror of
https://github.com/Dushistov/sdcv.git
synced 2025-12-16 18:01:54 +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