mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 09:16:17 +00:00
Fix format build.
Why dependency tracking didn't detect this problem? Another mystery... svn path=/trunk/; revision=24280
This commit is contained in:
parent
2c56c7d7e8
commit
36032a956d
1 changed files with 3 additions and 2 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue