Fix format build.

Why dependency tracking didn't detect this problem? Another mystery...

svn path=/trunk/; revision=24280
This commit is contained in:
Hervé Poussineau 2006-09-26 19:52:55 +00:00
parent 2c56c7d7e8
commit 36032a956d

View file

@ -195,13 +195,14 @@ FormatExCallback (
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;