diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-04-07 03:50:57 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-04-07 03:50:57 +0000 |
commit | ffafa6223a2622a83cfd00e1a8e22895190c174c (patch) | |
tree | 648379fcfe1d1a8364c42f787f5cb6b628525592 /ace/Process.h | |
parent | 49685120e11b835e47cf1f10c3fed7d0094b4f33 (diff) | |
download | ATCD-ffafa6223a2622a83cfd00e1a8e22895190c174c.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/Process.h')
-rw-r--r-- | ace/Process.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Process.h b/ace/Process.h index a83356b9c7e..3d5781bfe00 100644 --- a/ace/Process.h +++ b/ace/Process.h @@ -97,10 +97,10 @@ private: pid_t child_id_; // Process id of the child. +#endif /* ACE_WIN32 */ TCHAR cwd_[MAXPATHLEN + 1]; // The current working directory. -#endif /* ACE_WIN32 */ }; #if defined (__ACE_INLINE__) |