[asperl] integrate latest win32 branch
[p5sagit/p5-mst-13.2.git] / win32 / ipstdiowin.h
1 /*
2
3         ipstdiowin.h
4         Interface for perl stdio functions
5
6 */
7
8 #ifndef __Inc__IPerlStdIOWin___
9 #define __Inc__IPerlStdIOWin___
10
11 #include <ipstdio.h>
12
13
14 class IPerlStdIOWin : public IPerlStdIO
15 {
16 public:
17         virtual int OpenOSfhandle(long osfhandle, int flags) = 0;
18         virtual int GetOSfhandle(int filenum) = 0;
19 };
20
21 #endif  /* __Inc__IPerlStdIOWin___ */
22