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 | 8fb1f0aa11bb1ff7d31c8659d089d35983019a83 (patch) | |
tree | 648379fcfe1d1a8364c42f787f5cb6b628525592 /ace/Process.h | |
parent | 4b8bebcd730a0420aa3e07d26be083fd66c65fe0 (diff) | |
download | ATCD-8fb1f0aa11bb1ff7d31c8659d089d35983019a83.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__) |