00001 #ifndef __INCLUDES_H__
00002 #define __INCLUDES_H__
00003
00004 #include <windows.h>
00005 #include <stdio.h>
00006 #include <conio.h>
00007 #include "def.h"
00008 #include "system.h"
00009 #include "lpt.h"
00010 #include "shell.h"
00011 #include "writer.h"
00012 #include "icsp.h"
00013
00014 #endif
00015