http://git.etherboot.org
/
people
/
sha0
/
winvblock.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[aoe] Rename aoe__mount_targets to AOE_S_MOUNT_TARGETS
[people/sha0/winvblock.git]
/
src
/
include
/
aoe.h
diff --git
a/src/include/aoe.h
b/src/include/aoe.h
index
4a24118
..
7a5986d
100644
(file)
--- a/
src/include/aoe.h
+++ b/
src/include/aoe.h
@@
-1,5
+1,5
@@
/**
/**
- * Copyright (C) 2009-201
0
, Shao Miller <shao.miller@yrdsb.edu.on.ca>.
+ * Copyright (C) 2009-201
1
, Shao Miller <shao.miller@yrdsb.edu.on.ca>.
* Copyright 2006-2008, V.
* For WinAoE contact information, see http://winaoe.org/
*
* Copyright 2006-2008, V.
* For WinAoE contact information, see http://winaoe.org/
*
@@
-71,11
+71,10
@@
winvblock__def_struct(aoe__mount_target)
LARGE_INTEGER ProbeTime;
};
LARGE_INTEGER ProbeTime;
};
-winvblock__def_struct(aoe__mount_targets)
- {
+typedef struct AOE_MOUNT_TARGETS {
winvblock__uint32 Count;
aoe__mount_target Target[];
winvblock__uint32 Count;
aoe__mount_target Target[];
- };
+ }
AOE_S_MOUNT_TARGETS, * AOE_SP_MOUNT_TARGETS
;
winvblock__def_struct(aoe__mount_disk)
{
winvblock__def_struct(aoe__mount_disk)
{