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