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 UNKNOWN4:
case UNKNOWN5: case UNKNOWN5:
case INSUFFICIENTRIGHTS: case INSUFFICIENTRIGHTS:
case UNKNOWN7: case FSNOTSUPPORTED:
case UNKNOWN8: case VOLUMEINUSE:
case UNKNOWN9: case UNKNOWN9:
case UNKNOWNA: case UNKNOWNA:
case UNKNOWNC: case UNKNOWNC:
case UNKNOWND: case UNKNOWND:
case STRUCTUREPROGRESS: case STRUCTUREPROGRESS:
case CLUSTERSIZETOOSMALL:
LoadString( GetModuleHandle(NULL), STRING_NO_SUPPORT, (LPTSTR) szMsg,RC_STRING_MAX_SIZE); LoadString( GetModuleHandle(NULL), STRING_NO_SUPPORT, (LPTSTR) szMsg,RC_STRING_MAX_SIZE);
_tprintf(szMsg); _tprintf(szMsg);
return FALSE; return FALSE;