win32 Pico work nearly done

git-svn-id: file:///home/notaz/opt/svn/PicoDrive@450 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2008-05-20 21:46:32 +00:00
parent 42989e7d7e
commit 8f7ed1b8e1
6 changed files with 142 additions and 16 deletions

View file

@ -127,7 +127,7 @@ extern "C" int dprintf(char *format, ...)
}
#endif
extern "C" int dprintf2(char *format, ...)
extern "C" int lprintf(char *format, ...)
{
char str[512];
va_list val=NULL;