Ignore:
Timestamp:
Dec 7, 2000, 12:58:59 PM (25 years ago)
Author:
sandervl
Message:

header update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/winconst.h

    r4556 r4761  
    1 /* $Id: winconst.h,v 1.37 2000-11-05 18:47:11 sandervl Exp $ */
     1/* $Id: winconst.h,v 1.38 2000-12-07 11:58:59 sandervl Exp $ */
    22
    33/*
     
    14491449#define MM_ISOTROPIC_W    7
    14501450#define MM_ANISOTROPIC_W  8
     1451
     1452
     1453#define DRIVE_UNKNOWN_W              0
     1454#define DRIVE_NO_ROOT_DIR_W          1
     1455#define DRIVE_CANNOTDETERMINE_W      0
     1456#define DRIVE_DOESNOTEXIST_W         1
     1457#define DRIVE_REMOVABLE_W            2
     1458#define DRIVE_FIXED_W                3
     1459#define DRIVE_REMOTE_W               4
     1460/* Win32 additions */
     1461#define DRIVE_CDROM_W                5
     1462#define DRIVE_RAMDISK_W              6
Note: See TracChangeset for help on using the changeset viewer.