Commit 32769b5f authored by Patrik Stridvall's avatar Patrik Stridvall Committed by Alexandre Julliard

Added some missing defines for non-Linux.

parent 2d83b635
......@@ -95,6 +95,11 @@ DWORD CDROM_GetLabel(int drive, char *label);
/* values borrowed from Linux 2.2.x cdrom.h */
#define CDS_NO_INFO 0
#define CDS_AUDIO 100
#define CDS_DATA_1 101
#define CDS_DATA_2 102
#define CDS_XA_2_1 103
#define CDS_XA_2_2 104
#define CDS_MIXED 105
#endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment