correction (for tc2)

git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/branches/UNSTABLE@1104 6ac86273-5f31-0410-b378-82cca8765d1b
This commit is contained in:
Kenneth J Davis 2005-01-30 14:05:44 +00:00
parent a56552c0f5
commit aa82e451e8
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@
defined(DEBUGFATDIR) || defined(DEBUGFATFS)
#ifndef DEBUG_NEED_PRINTF
#define DEBUG_NEED_PRINTF
void printf(const char *, ...);
VOID VA_CDECL printf(const char * fmt, ...);
#endif
#endif