00001 /* 00002 * HT Editor 00003 * ilstruct.cc 00004 * 00005 * Copyright (C) 1999-2002 Stefan Weyergraf (stefan@weyergraf.de) 00006 * 00007 * This program is free software; you can redistribute it and/or modify 00008 * it under the terms of the GNU General Public License version 2 as 00009 * published by the Free Software Foundation. 00010 * 00011 * This program is distributed in the hope that it will be useful, 00012 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00013 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00014 * GNU General Public License for more details. 00015 * 00016 * You should have received a copy of the GNU General Public License 00017 * along with this program; if not, write to the Free Software 00018 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 00019 */ 00020 00021 00022 #include "global.h" 00023 #include "htendian.h" 00024 #include "ilstruct.h" 00025 00026 byte IL_METADATA_SECTION_struct[] = { 00027 STRUCT_ENDIAN_DWORD | STRUCT_ENDIAN_HOST, 00028 STRUCT_ENDIAN_WORD | STRUCT_ENDIAN_HOST, 00029 STRUCT_ENDIAN_WORD | STRUCT_ENDIAN_HOST, 00030 0 00031 }; 00032 00033 byte IL_METADATA_SECTION_ENTRY_struct[] = { 00034 STRUCT_ENDIAN_DWORD | STRUCT_ENDIAN_HOST, 00035 STRUCT_ENDIAN_DWORD | STRUCT_ENDIAN_HOST, 00036 0 00037 };