summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorluther <luther@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-07-15 02:25:19 +0000
committerluther <luther@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-07-15 02:25:19 +0000
commit40bf5df0519a3e637c02e02a1bda110212f0c50f (patch)
tree5a1515c63077e739337c5a22a4993e8bc92553c1
parentffb238ae00d27929b687b3163e42fed6960bf892 (diff)
downloadATCD-40bf5df0519a3e637c02e02a1bda110212f0c50f.tar.gz
Fri Jul 14 21:20:59 2000 Luther J Baker <luther@cs.wustl.edu>
-rw-r--r--PACE/ChangeLog8
-rw-r--r--PACE/pace/win32/types.h1
2 files changed, 8 insertions, 1 deletions
diff --git a/PACE/ChangeLog b/PACE/ChangeLog
index 12dbf1ca4af..fc4febcfaf0 100644
--- a/PACE/ChangeLog
+++ b/PACE/ChangeLog
@@ -1,3 +1,9 @@
+Fri Jul 14 21:20:59 2000 Luther J Baker <luther@cs.wustl.edu>
+
+ * pace/win32/types.h:
+
+ Added #include <windef.h> for common definitions and basic types.
+
Fri Jul 14 20:49:46 2000 Luther J Baker <luther@cs.wustl.edu>
* pace/config/utility.h:
@@ -37,7 +43,7 @@ Fri Jul 14 19:06:09 2000 John Heitmann <jwh1@cs.wustl.edu>
* pace/pthread.h:
* pace/unistd.h:
-pp Removed a duplicate closing }.
+ Removed a duplicate closing }.
* pace/pthread.h:
Added (void) in arguments to pointers to functions
diff --git a/PACE/pace/win32/types.h b/PACE/pace/win32/types.h
index 7c32213250b..7abbe6f4d37 100644
--- a/PACE/pace/win32/types.h
+++ b/PACE/pace/win32/types.h
@@ -18,6 +18,7 @@
#include <sys/types.h>
#include <wtypes.h>
+#include <windef.h>
#if defined (PACE_HAS_CPLUSPLUS)
extern "C" {