Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers...
[reactos.git] / reactos / sdk / lib / crt / include / internal / popen.h
diff --git a/reactos/sdk/lib/crt/include/internal/popen.h b/reactos/sdk/lib/crt/include/internal/popen.h
deleted file mode 100644 (file)
index f91f4e2..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-#ifndef __CRT_INTERNAL_POPEN_H
-#define __CRT_INTERNAL_POPEN_H
-
-#ifndef _CRT_PRECOMP_H
-#error DO NOT INCLUDE THIS HEADER DIRECTLY
-#endif
-
-struct popen_handle {
-    FILE *f;
-    HANDLE proc;
-};
-extern struct popen_handle *popen_handles;
-extern DWORD popen_handles_size;
-
-#endif