ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/Windows/sys_windows.cpp
(Generate patch)

Comparing BasiliskII/src/Windows/sys_windows.cpp (file contents):
Revision 1.3 by gbeauche, 2006-03-28T07:01:19Z vs.
Revision 1.4 by gbeauche, 2006-05-08T12:15:58Z

# Line 45 | Line 45 | using std::min;
45   #include "debug.h"
46  
47  
48 // Supported media types
49 enum {
50        MEDIA_FLOPPY            = 1,
51        MEDIA_CD                        = 2,
52        MEDIA_HD                        = 4,
53        MEDIA_REMOVABLE         = MEDIA_FLOPPY | MEDIA_CD
54 };
55
48   // File handles are pointers to these structures
49   struct file_handle {
50          char *name;                     // Copy of device/file name

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines