]> git.gag.com Git - fw/sdcc/commitdiff
win32api not available
authorbernhardheld <bernhardheld@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Fri, 5 Oct 2001 16:37:08 +0000 (16:37 +0000)
committerbernhardheld <bernhardheld@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Fri, 5 Oct 2001 16:37:08 +0000 (16:37 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1358 4a8a32a2-be11-0410-ad9d-d568d2c75423

src/SDCCglue.c

index 39c5579827c067f199c32ac512e1ff9cb6e48d18..115bf6622159754d6d0d4456c453bc77ed01e085 100644 (file)
 #include <unistd.h>
 #endif
 
-#if defined (__MINGW32__)
-#include <windows.h>    // let's see if it win32api is available
-#endif
-
 symbol *interrupts[256];
 
 void printIval (symbol *, sym_link *, initList *, FILE *);