Mercurial > libdvdnav.hg
comparison dvd_types.h @ 286:6fac6a613ea5 src
moved inclusion of inttypes.h from dvd_types.h to the including .c files
author | nicodvb |
---|---|
date | Sat, 21 Apr 2007 11:08:56 +0000 |
parents | 3bfaec0c1288 |
children | 90ca650854e0 |
comparison
equal
deleted
inserted
replaced
285:52877d182e96 | 286:6fac6a613ea5 |
---|---|
26 * Various useful structs and enums for DVDs. | 26 * Various useful structs and enums for DVDs. |
27 */ | 27 */ |
28 | 28 |
29 #ifndef DVD_H_INCLUDED | 29 #ifndef DVD_H_INCLUDED |
30 #define DVD_H_INCLUDED | 30 #define DVD_H_INCLUDED |
31 | |
32 #include <inttypes.h> | |
33 | |
34 | 31 |
35 /* | 32 /* |
36 * DVD Menu ID | 33 * DVD Menu ID |
37 * (see dvdnav_menu_call()) | 34 * (see dvdnav_menu_call()) |
38 */ | 35 */ |