diff options
| author | Andrew Stitcher <astitcher@apache.org> | 2009-12-15 18:24:02 +0000 |
|---|---|---|
| committer | Andrew Stitcher <astitcher@apache.org> | 2009-12-15 18:24:02 +0000 |
| commit | faf8a3a3a9f2355ec7044144d63ef869788eebb3 (patch) | |
| tree | f8f1d22ceb1a04d44f2353fcc352fdeafeafbbad /cpp/include | |
| parent | a66973a94f41bc034d98d39028e13cbbff805b93 (diff) | |
| download | qpid-python-faf8a3a3a9f2355ec7044144d63ef869788eebb3.tar.gz | |
QPID-1951: Removed need for Windows versions of ssize_t and pid_t
- Trivially removed Windows uses of ssize_t
- Rearchitected how the Windows port finds an existing qpidd to stop it
- Split Posix Lockfile functionality using pids into a new PidFile class
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@890929 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/include')
| -rwxr-xr-x | cpp/include/qpid/sys/windows/IntegerTypes.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cpp/include/qpid/sys/windows/IntegerTypes.h b/cpp/include/qpid/sys/windows/IntegerTypes.h index 7b2c57ad8e..ece1a618e9 100755 --- a/cpp/include/qpid/sys/windows/IntegerTypes.h +++ b/cpp/include/qpid/sys/windows/IntegerTypes.h @@ -21,8 +21,6 @@ * */ -#include <BaseTsd.h> /* Windows system types */ - typedef unsigned char uint8_t; typedef char int8_t; typedef unsigned short uint16_t; @@ -33,8 +31,6 @@ typedef unsigned __int64 uint64_t; typedef __int64 int64_t; // Visual Studio doesn't define other common types, so set them up here too. -typedef int pid_t; -typedef SSIZE_T ssize_t; typedef unsigned int uint; #endif /*!QPID_SYS_WINDOWS_INTEGERTYPES_H*/ |
