Add support for WinCE targeted toolchains.
[deliverable/binutils-gdb.git] / include / coff / pe.h
index 6a1954ca63ec155a095528938647cd3e584ce245..6932ee87b7640a0d43f3b47ca2f65f0ed9f37a91 100644 (file)
@@ -183,4 +183,16 @@ typedef struct
 
 #undef  E_FILNMLEN
 #define E_FILNMLEN     18      /* # characters in a file name          */
-#endif
+
+/* Import Tyoes fot ILF format object files..  */
+#define IMPORT_CODE    0
+#define IMPORT_DATA    1
+#define IMPORT_CONST   2
+
+/* Import Name Tyoes for ILF format object files.  */
+#define IMPORT_ORDINAL         0
+#define IMPORT_NAME            1
+#define IMPORT_NAME_NOPREFIX   2
+#define IMPORT_NAME_UNDECORATE 3
+
+#endif /* _PE_H */
This page took 0.026074 seconds and 4 git commands to generate.