Windows: Add support to build as a DLL under windows

This commit is contained in:
Ronnie Sahlberg
2011-08-31 13:11:43 +10:00
parent 9f724b34f2
commit c3d3123981
18 changed files with 417 additions and 119 deletions

View File

@@ -15,8 +15,12 @@
along with this program; if not, see <http://www.gnu.org/licenses/>.
*/
#include <stdio.h>
#if defined(WIN32)
#else
#include <unistd.h>
#endif
#include <stdio.h>
#include "iscsi.h"
#include "iscsi-private.h"
#include "scsi-lowlevel.h"