graveman-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Graveman-cvs] Changes to graveman/current/include/graveman.h


From: sylvain cresto
Subject: [Graveman-cvs] Changes to graveman/current/include/graveman.h
Date: Fri, 11 Mar 2005 18:31:14 -0500

Index: graveman/current/include/graveman.h
diff -u graveman/current/include/graveman.h:1.9 
graveman/current/include/graveman.h:1.10
--- graveman/current/include/graveman.h:1.9     Fri Mar  4 01:16:38 2005
+++ graveman/current/include/graveman.h Fri Mar 11 23:31:13 2005
@@ -179,6 +179,7 @@
 #define _MEDIA_BLANK      256
 #define _MEDIA_NOBLANK    512
 #define _MEDIA_APPENDABLE 1024
+#define _MEDIA_BLANKORAPPENDABLE  2048
 #define _MEDIA_IS_CD (_MEDIA_CD+_MEDIA_CDR+_MEDIA_CDRW)
 #define _MEDIA_IS_DVD 
(_MEDIA_DVD+_MEDIA_DVDR+_MEDIA_DVDRew+_MEDIA_DVDPRW+_MEDIA_DVDMRW)
 #define _MEDIA_CMP_CD(DE, A) (((DE & 1) && (A & 1)) || ((DE & 2) && (A & 2)) 
|| ((DE & 4) && (A & 4))) 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]