changeset 190:c575bd95911d src

Fixed the link order again and changed a return value to match better with Win32
author tchamp
date Tue, 06 May 2003 02:28:28 +0000
parents f050b83857c9
children dbea22936623
files dvdnav.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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
 
 
 /*********************************************************************