comment
This commit is contained in:
parent
a2b75539a2
commit
7a0252e203
|
@ -30,6 +30,9 @@ enum
|
||||||
|
|
||||||
#define CURR_CHILD_INFO_MAGIC 0xba17
|
#define CURR_CHILD_INFO_MAGIC 0xba17
|
||||||
|
|
||||||
|
/* NOTE: Do not make gratuitous changes to the names or organization of the
|
||||||
|
below class. The layout is checksummed to determine compatibility between
|
||||||
|
different cygwin versions. */
|
||||||
class child_info
|
class child_info
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|
|
@ -45,6 +45,10 @@ class mount_item
|
||||||
#define CURR_MOUNT_MAGIC 0xfe35
|
#define CURR_MOUNT_MAGIC 0xfe35
|
||||||
|
|
||||||
class reg_key;
|
class reg_key;
|
||||||
|
|
||||||
|
/* NOTE: Do not make gratuitous changes to the names or organization of the
|
||||||
|
below class. The layout is checksummed to determine compatibility between
|
||||||
|
different cygwin versions. */
|
||||||
class mount_info
|
class mount_info
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
@ -136,6 +140,9 @@ public:
|
||||||
|
|
||||||
#define CURR_SHARED_MAGIC 0x6f6e
|
#define CURR_SHARED_MAGIC 0x6f6e
|
||||||
|
|
||||||
|
/* NOTE: Do not make gratuitous changes to the names or organization of the
|
||||||
|
below class. The layout is checksummed to determine compatibility between
|
||||||
|
different cygwin versions. */
|
||||||
class shared_info
|
class shared_info
|
||||||
{
|
{
|
||||||
DWORD inited;
|
DWORD inited;
|
||||||
|
|
Loading…
Reference in New Issue