X-Git-Url: http://git.etherboot.org/people/sha0/winvblock.git/blobdiff_plain/df9aa525851a060bac41e6234d51ca0dea159ce9..ee73e008e69c207d0de6489da5296ac2d5a1912c:/src/include/aoe.h diff --git a/src/include/aoe.h b/src/include/aoe.h index 4a24118..7a5986d 100644 --- a/src/include/aoe.h +++ b/src/include/aoe.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2009-2010, Shao Miller . + * Copyright (C) 2009-2011, Shao Miller . * 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; }; -winvblock__def_struct(aoe__mount_targets) - { +typedef struct AOE_MOUNT_TARGETS { winvblock__uint32 Count; aoe__mount_target Target[]; - }; + } AOE_S_MOUNT_TARGETS, * AOE_SP_MOUNT_TARGETS; winvblock__def_struct(aoe__mount_disk) {