Author: hpoussin
Date: Tue Sep 26 23:52:55 2006
New Revision: 24280
URL:
http://svn.reactos.org/svn/reactos?rev=24280&view=rev
Log:
Fix format build.
Why dependency tracking didn't detect this problem? Another mystery...
Modified:
trunk/reactos/base/system/format/format.c
Modified: trunk/reactos/base/system/format/format.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/system/format/format.…
==============================================================================
--- trunk/reactos/base/system/format/format.c (original)
+++ trunk/reactos/base/system/format/format.c Tue Sep 26 23:52:55 2006
@@ -195,13 +195,14 @@
case UNKNOWN4:
case UNKNOWN5:
case INSUFFICIENTRIGHTS:
- case UNKNOWN7:
- case UNKNOWN8:
+ case FSNOTSUPPORTED:
+ case VOLUMEINUSE:
case UNKNOWN9:
case UNKNOWNA:
case UNKNOWNC:
case UNKNOWND:
case STRUCTUREPROGRESS:
+ case CLUSTERSIZETOOSMALL:
LoadString( GetModuleHandle(NULL), STRING_NO_SUPPORT, (LPTSTR)
szMsg,RC_STRING_MAX_SIZE);
_tprintf(szMsg);
return FALSE;