vbAccelerator - Contents of code file: CDRip_paranoia_Win32_unistd.h

This file is part of the download CDRip DLL Source, which is described in the article CD Ripping in VB Part 1.

#ifndef UNISTD_H_INCLUDED
#define UNISTD_H_INCLUDED

#include <io.h>
#include <direct.h>

typedef short int16_t;
typedef short size16;
#define inline 

#endif