mirror of
https://github.com/Motorhead1991/qemu.git
synced 2026-01-06 06:27:41 -07:00
64 bit seek for win32 (Mike Nordell)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@741 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
ad6a4837f8
commit
bfbc9133eb
1 changed files with 1 additions and 1 deletions
2
vl.h
2
vl.h
|
|
@ -44,7 +44,7 @@
|
|||
#endif
|
||||
|
||||
#ifdef _WIN32
|
||||
#define lseek64 lseek
|
||||
#define lseek64 _lseeki64
|
||||
#endif
|
||||
|
||||
#include "cpu.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue