UBUNTU: ubuntu: ndiswrapper -- fix interaction between __packed and packed
[linux-flexiantxendom0-natty.git] / ubuntu / ndiswrapper / pe_linker.h
index d582cdb..e62bc3f 100644 (file)
@@ -691,7 +691,7 @@ typedef PIMAGE_THUNK_DATA64 PIMAGE_THUNK_DATA;
 
 /* Import module directory */
 
-typedef struct packed _IMAGE_IMPORT_DESCRIPTOR {
+typedef struct __packed _IMAGE_IMPORT_DESCRIPTOR {
        union {
                DWORD   Characteristics; /* 0 for terminating null
                                          * import descriptor */