#ifndef _MAIN_H

#define _MAIN_H


/*
 * common includes  for pixo 
 */

//#define _WINDOWS //FOR WIN32 BUILDING

#ifdef _WINDOWS

#define _POSIX_

#include <windows.h>

#endif /* _WINDOWS */


#include <limits.h>

#include <stdio.h>

#include <iostream.h>

#include <stdlib.h>

#include <string.h>


#ifndef _WINDOWS

#include <dirent.h>

#include <sys/stat.h>   

#endif /* ! _WINDOWS */


#endif /* _MAIN_H */



syntax highlighted by Code2HTML, v. 0.9