windows Pico stuff wip

git-svn-id: file:///home/notaz/opt/svn/PicoDrive@448 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2008-05-18 21:24:18 +00:00
parent fa22af4caf
commit 67c81ee2e4
8 changed files with 118 additions and 27 deletions

View file

@ -6,6 +6,10 @@
#include "../PicoInt.h"
// #define elprintf(w,f,...) printf(f "\n",##__VA_ARGS__);
#ifdef _MSC_VER
#define snprintf _snprintf
#endif
static char *mystrip(char *str)
{
int i, len;