From 36032a956d3f3e6ec6498758a23fbdd357f473b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Poussineau?= Date: Tue, 26 Sep 2006 19:52:55 +0000 Subject: [PATCH] Fix format build. Why dependency tracking didn't detect this problem? Another mystery... svn path=/trunk/; revision=24280 --- reactos/base/system/format/format.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/reactos/base/system/format/format.c b/reactos/base/system/format/format.c index 3e970647296..99775e2fe83 100755 --- a/reactos/base/system/format/format.c +++ b/reactos/base/system/format/format.c @@ -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;