* include/sys/cygwin.h: Add missing defines for CW_ALLOC_DRIVE_MAP,
CW_MAP_DRIVE_MAP and CW_FREE_DRIVE_MAP.
This commit is contained in:
parent
a910b33ad2
commit
b120088ccd
|
@ -1,3 +1,8 @@
|
|||
2012-10-30 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* include/sys/cygwin.h: Add missing defines for CW_ALLOC_DRIVE_MAP,
|
||||
CW_MAP_DRIVE_MAP and CW_FREE_DRIVE_MAP.
|
||||
|
||||
2012-10-27 Kai Tietz <ktietz@redhat.com>
|
||||
|
||||
* dcrt0.cc (quoted): Renamed strechr to strchrnul.
|
||||
|
|
|
@ -188,6 +188,9 @@ typedef enum
|
|||
#define CW_LST_MNT_OPTS CW_LST_MNT_OPTS
|
||||
#define CW_STRERROR CW_STRERROR
|
||||
#define CW_CVT_ENV_TO_WINENV CW_CVT_ENV_TO_WINENV
|
||||
#define CW_ALLOC_DRIVE_MAP CW_ALLOC_DRIVE_MAP
|
||||
#define CW_MAP_DRIVE_MAP CW_MAP_DRIVE_MAP
|
||||
#define CW_FREE_DRIVE_MAP CW_FREE_DRIVE_MAP
|
||||
|
||||
/* Token type for CW_SET_EXTERNAL_TOKEN */
|
||||
enum
|
||||
|
|
Loading…
Reference in New Issue