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:
Diffstat (limited to 'winsup/w32api/include/control.h')
-rw-r--r--winsup/w32api/include/control.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/winsup/w32api/include/control.h b/winsup/w32api/include/control.h
deleted file mode 100644
index 9f9f7cfb0..000000000
--- a/winsup/w32api/include/control.h
+++ /dev/null
@@ -1,18 +0,0 @@
-#ifndef _CONTROL_H
-#define _CONTROL_H
-#if __GNUC__ >= 3
-#pragma GCC system_header
-#endif
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-/*--- DirectShow Reference - DirectShow Data Types */
-typedef LONG_PTR OAEVENT;
-typedef LONG_PTR OAHWND;
-
-#ifdef __cplusplus
-}
-#endif
-#endif