OSDN Git Service

Fix bugs of simultaneous connection.
[ffftp/ffftp.git] / putty / dllinterface.h
1 // dllinterface.h\r
2 // Copyright (C) 2011 Suguru Kawamoto\r
3 // 標準入出力APIラッパー\r
4 \r
5 #ifndef __DLLINTERFACE_H__\r
6 #define __DLLINTERFACE_H__\r
7 \r
8 #include <stdio.h>\r
9 #include <windows.h>\r
10 \r
11 #endif\r
12 \r