]> git.saurik.com Git - apt.git/blobdiff - apt-inst/contrib/arfile.h
CMake: Add support for building and installing .mo files
[apt.git] / apt-inst / contrib / arfile.h
index f53356847f80156c055c9628602135e9ac5d27aa..297303a9d8403de1e28412c1368d5fcfa21b6685 100644 (file)
@@ -62,11 +62,7 @@ struct ARArchive::Member
    unsigned long long Size;
    
    // Location of the data.
-#if APT_PKG_ABI >= 413
    unsigned long long Start;
-#else
-   unsigned long Start;
-#endif
    Member *Next;
    
    Member() : Start(0), Next(0) {};