diff dvdnav.h @ 193:b80dff4bef76 src

Remove all references to S_OK and S_ERR. DVDNAV_STATUS_OK will always be 1. DVDNAV_STATUS_ERR will always be 0.
author jcdutton
date Sun, 11 May 2003 00:25:24 +0000
parents c575bd95911d
children 6b1bfe8f5283
line wrap: on
line diff
--- a/dvdnav.h	Tue May 06 20:54:59 2003 +0000
+++ b/dvdnav.h	Sun May 11 00:25:24 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 1
-#define DVDNAV_STATUS_OK  0
+#define DVDNAV_STATUS_ERR 0
+#define DVDNAV_STATUS_OK  1
 
 
 /*********************************************************************