aboutsummaryrefslogtreecommitdiff
path: root/winsup/w32api/include/accctrl.h
diff options
context:
space:
mode:
authorDanny Smith <dannysmith@users.sourceforge.net>2002-03-08 08:17:19 +0000
committerDanny Smith <dannysmith@users.sourceforge.net>2002-03-08 08:17:19 +0000
commit96a3b5449877ac3c553d52b092538f1be6f2c675 (patch)
tree00619e2b244e1516f5c89888e5fe5fdae18f5390 /winsup/w32api/include/accctrl.h
parent63acbade27ef34a6cd2ffa5c58e83dc4bfbe2810 (diff)
downloadnewlib-96a3b5449877ac3c553d52b092538f1be6f2c675.zip
newlib-96a3b5449877ac3c553d52b092538f1be6f2c675.tar.gz
newlib-96a3b5449877ac3c553d52b092538f1be6f2c675.tar.bz2
* include/accctrl.h (_ACCCTRL_H): Correct typo.
Remove unnecessary inclusion of <wtypes.h> * ChangeLog: Fix omission of name in recent entries. * include/initguid.h (DEFINE_GUID): Add GUID_EXT to define.
Diffstat (limited to 'winsup/w32api/include/accctrl.h')
-rw-r--r--winsup/w32api/include/accctrl.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/winsup/w32api/include/accctrl.h b/winsup/w32api/include/accctrl.h
index 3db4279..a0254e5 100644
--- a/winsup/w32api/include/accctrl.h
+++ b/winsup/w32api/include/accctrl.h
@@ -1,6 +1,5 @@
-#ifndef _ACCCRTL_H
-#define _ACCCRTL_H
-#include <wtypes.h>
+#ifndef _ACCCTRL_H
+#define _ACCCTRL_H
#ifdef __cplusplus
extern "C" {
@@ -309,4 +308,4 @@ typedef OBJECTS_AND_NAME_A OBJECTS_AND_NAME_, *POBJECTS_AND_NAME_;
}
#endif
-#endif /* _ACCCRTL_H */
+#endif /* _ACCCTRL_H */