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.5 by gbeauche, 2008-01-01T09:40:34Z

# Line 1 | Line 1
1   /*
2   *  sys_windows.cpp - System dependent routines, Windows implementation
3   *
4 < *  Basilisk II (C) 1997-2005 Christian Bauer
4 > *  Basilisk II (C) 1997-2008 Christian Bauer
5   *
6   *  This program is free software; you can redistribute it and/or modify
7   *  it under the terms of the GNU General Public License as published by
# 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