Fix __MINGW__ typo in src/svf/svf.c

git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@1200 b68d4a1b-bc3d-0410-92ed-d4ac073336b7
master
Mike Frysinger 17 years ago
parent cc5fd0d7d2
commit 20594c4b79

@ -1,3 +1,7 @@
2008-05-05 Mike Frysinger <vapier@gentoo.org>
* src/svf/svf.c: Fix __MINGW32__ typo.
2008-05-04 Mike Frysinger <vapier@gentoo.org>
* src/flash/amd.c: Handle chipid 0x22ed M29W640DT.

@ -51,7 +51,7 @@
#include "svf.h"
#include "svf_bison.h"
#ifdef __MINGW__
#ifdef __MINGW32__
#include "fclock.h"
#endif

Loading…
Cancel
Save