* include/sys/cygwin.h: Protect class definitions.

This commit is contained in:
Christopher Faylor
2000-08-23 14:53:25 +00:00
parent 644b7f266b
commit c19e7ba723
8 changed files with 42 additions and 12 deletions

View File

@ -67,6 +67,7 @@ public:
HANDLE shared_h;
HANDLE console_h;
HANDLE parent_alive; // handle of thread used to track children
HANDLE myself_pinfo;
};
class child_info_fork: public child_info