Mercurial > ecos
comparison host/tools/Utils/common/Subprocess.h @ 84:489eb5632bc3 ecos-sw-2000-04-28
Merge from eCos master repository on 2000-04-28-18:44:39-BST
| author | jlarmour |
|---|---|
| date | Fri, 28 Apr 2000 18:18:36 +0000 |
| parents | 6736c52df507 |
| children | 74dbf4c3f2e1 |
comparison
equal
deleted
inserted
replaced
| 83:1094d5fdd3e0 | 84:489eb5632bc3 |
|---|---|
| 144 #ifdef _WIN32 | 144 #ifdef _WIN32 |
| 145 static DWORD GetPlatform(); | 145 static DWORD GetPlatform(); |
| 146 HANDLE m_hrPipe; | 146 HANDLE m_hrPipe; |
| 147 HANDLE m_hwPipe; | 147 HANDLE m_hwPipe; |
| 148 HANDLE m_hProcess; // This handle is "owned" by the ThreadFunc | 148 HANDLE m_hProcess; // This handle is "owned" by the ThreadFunc |
| 149 mutable CRITICAL_SECTION m_cs; // protects m_hProcess | |
| 150 static HINSTANCE hInstLib1, hInstLib2; | 149 static HINSTANCE hInstLib1, hInstLib2; |
| 151 int m_nErr; | 150 int m_nErr; |
| 152 #else | 151 #else |
| 153 int m_tty; | 152 int m_tty; |
| 154 String m_strCmd; | 153 String m_strCmd; |
