# HG changeset patch # User tchamp # Date 1052188108 0 # Node ID c575bd95911dd6b3c499bd2b867f33944109a00a # Parent f050b83857c98b8d232ee878b9d91aa486c1ce06 Fixed the link order again and changed a return value to match better with Win32 diff -r f050b83857c9 -r c575bd95911d dvdnav.h --- a/dvdnav.h Mon May 05 00:25:12 2003 +0000 +++ b/dvdnav.h Tue May 06 02:28:28 2003 +0000 @@ -67,8 +67,8 @@ * they succeeded, otherwise DVDNAV_STATUS_ERR is returned and the error may * be obtained by calling dvdnav_err_to_string(). */ -#define DVDNAV_STATUS_ERR 0 -#define DVDNAV_STATUS_OK 1 +#define DVDNAV_STATUS_ERR 1 +#define DVDNAV_STATUS_OK 0 /*********************************************************************