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/vidcap.h')
-rw-r--r--winsup/w32api/include/vidcap.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/winsup/w32api/include/vidcap.h b/winsup/w32api/include/vidcap.h
deleted file mode 100644
index be9260f0e..000000000
--- a/winsup/w32api/include/vidcap.h
+++ /dev/null
@@ -1,23 +0,0 @@
-#ifndef _VIDCAP_H
-#define _VIDCAP_H
-#if __GNUC__ >= 3
-#pragma GCC system_header
-#endif
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-/*--- DirectShow Reference - DirectShow Structures */
-typedef struct {
- ULONG FromNode;
- ULONG FromNodePin;
- ULONG ToNode;
- ULONG ToNodePin;
-} KSTOPOLOGY_CONNECTION;
-#define KSFILTER_NODE 0xFFFFFFFF
-
-#ifdef __cplusplus
-}
-#endif
-#endif