[DVDnav-discuss] multiple inclusion guards

Diego Biurrun diego at biurrun.de
Sun Sep 14 21:22:16 CEST 2008


I want to propose adding proper multiple inclusion guards to both
libdvdread and libdvdnav, i.e.

#ifndef LIBDVDREAD_NAV_PRINT_H
#define LIBDVDREAD_NAV_PRINT_H

instead of

#ifndef NAV_PRINT_H_INCLUDED
#define NAV_PRINT_H_INCLUDED

I have already done this to my local trees, but attaching large patches
would be pointless.  OK to make the change?

Diego



More information about the DVDnav-discuss mailing list