Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Smith <dannysmith@users.sourceforge.net>2002-07-04 12:29:56 +0400
committerDanny Smith <dannysmith@users.sourceforge.net>2002-07-04 12:29:56 +0400
commit875beea4608c40361a725954d4c1a8c383f1b152 (patch)
tree41c5b4c45fd8adad14e1156be929a75c89d27c3a /winsup/w32api/ChangeLog
parent3368050f8fce89cc858082070390e17e2df971ca (diff)
Let RPC API work with or without windows.h.
* include/rpc.h: Conditionally include <windows.h> before header guard. * include/wtypes.h: Include <rpc.h> and <rpcndr.h> before header guard.
Diffstat (limited to 'winsup/w32api/ChangeLog')
-rw-r--r--winsup/w32api/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog
index 30646f2a7..863531ecb 100644
--- a/winsup/w32api/ChangeLog
+++ b/winsup/w32api/ChangeLog
@@ -1,3 +1,11 @@
+2002-07-04 Danny Smith <dannysmith@users.sourceforge.net>
+
+ * include/rpc.h: Conditionally include <windows.h> before
+ header guard.
+ * include/wtypes.h: Include <rpc.h> and <rpcndr.h> before
+ header guard.
+
+
2002-07-02 Danny Smith <dannysmith@users.sourceforge.net>
* include/commctrl.h (WC_*): Remove some duplicate defines.