Cast it to make cl happy.
This commit was SVN r13267.
Этот коммит содержится в:
родитель
790f175d4e
Коммит
d19a4f4740
@ -310,7 +310,7 @@ mca_common_sm_mmap_t* mca_common_sm_mmap_init(size_t size, char *file_name,
|
||||
NULL, /* no security attributes */
|
||||
PAGE_READWRITE, /* read/write access */
|
||||
0, /* size: high 32-bits */
|
||||
size, /* size: low 32-bits */
|
||||
(DWORD)size, /* size: low 32-bits */
|
||||
temp1); /* name of map object */
|
||||
if( NULL == hMapObject ) {
|
||||
rc = GetLastError();
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user