projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad6a483
)
64 bit seek for win32 (Mike Nordell)
author
bellard
<bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 25 Apr 2004 14:43:10 +0000
(14:43 +0000)
committer
bellard
<bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 25 Apr 2004 14:43:10 +0000
(14:43 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@741
c046a42c
-6fe2-441c-8c8c-
71466251a162
vl.h
patch
|
blob
|
history
diff --git
a/vl.h
b/vl.h
index 19681ab95830ae14acd3dd94079a3e18dc36af60..59ac6935b64f20b10309742eecd1b5fadbb68a8c 100644
(file)
--- a/
vl.h
+++ b/
vl.h
@@
-44,7
+44,7
@@
#endif
#ifdef _WIN32
-#define lseek64
lseek
+#define lseek64
_lseeki64
#endif
#include "cpu.h"