diff options
Diffstat (limited to 'examples/Connection/blocking/SPIPE-connector.h')
-rw-r--r-- | examples/Connection/blocking/SPIPE-connector.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Connection/blocking/SPIPE-connector.h b/examples/Connection/blocking/SPIPE-connector.h index d9ea2d32629..83fd3174bf6 100644 --- a/examples/Connection/blocking/SPIPE-connector.h +++ b/examples/Connection/blocking/SPIPE-connector.h @@ -69,7 +69,7 @@ private: int iterations_; // Number of times to send a buffer. - TCHAR rendezvous_[MAXPATHLEN + 1]; + ACE_TCHAR rendezvous_[MAXPATHLEN + 1]; // Meeting place for pipe. ACE_Sig_Adapter done_handler_; |