summaryrefslogtreecommitdiff
path: root/ACE/ace/os_include/os_dirent.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/os_include/os_dirent.h')
-rw-r--r--ACE/ace/os_include/os_dirent.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ACE/ace/os_include/os_dirent.h b/ACE/ace/os_include/os_dirent.h
index b5ce357e866..650fb402d96 100644
--- a/ACE/ace/os_include/os_dirent.h
+++ b/ACE/ace/os_include/os_dirent.h
@@ -64,8 +64,10 @@ struct ACE_DIR {
/// The name of the directory we are looking into
ACE_TCHAR *directory_name_;
+#if !defined (ACE_MQX)
/// Remember the handle between calls.
HANDLE current_handle_;
+#endif
/// The struct for the results
ACE_DIRENT *dirent_;