summaryrefslogtreecommitdiff
path: root/ACE/ace/os_include
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2014-10-27 12:30:12 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2014-10-27 12:30:12 +0000
commit047e73250d92b8823f40fb11cf2f069d9227f68a (patch)
tree7ae701fff834241a47be6213f179c62979328e40 /ACE/ace/os_include
parent1905614fd898682bace1c9e6c83e81dbdd4dbc4d (diff)
downloadATCD-047e73250d92b8823f40fb11cf2f069d9227f68a.tar.gz
Mon Oct 27 12:32:17 UTC 2014 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/config-win32-common.h: * ace/os_include/sys/os_types.h: Introduce new ACE_LACKS_PID_T which is set on Windows, but not with MinGW
Diffstat (limited to 'ACE/ace/os_include')
-rw-r--r--ACE/ace/os_include/sys/os_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/os_include/sys/os_types.h b/ACE/ace/os_include/sys/os_types.h
index dcf8af5077a..4d4d8369e9c 100644
--- a/ACE/ace/os_include/sys/os_types.h
+++ b/ACE/ace/os_include/sys/os_types.h
@@ -137,7 +137,7 @@ typedef DWORD nlink_t;
typedef unsigned long useconds_t;
#endif
-#if defined (ACE_WIN32) && !defined(__MINGW32__)
+#if defined (ACE_LACKS_PID_T)
typedef int pid_t;
#endif /* ACE_WIN32 */