Fix build break. checkin done by tarekms
authordotnet-bot <dotnet-bot@microsoft.com>
Thu, 25 Aug 2016 21:22:44 +0000 (14:22 -0700)
committerdotnet-bot <dotnet-bot@microsoft.com>
Thu, 25 Aug 2016 21:22:44 +0000 (14:22 -0700)
[tfs-changeset: 1624179]

src/inc/utilcode.h

index 993d87d..c519e8b 100644 (file)
@@ -599,7 +599,7 @@ BOOL CLRFreeLibrary(HMODULE hModule);
 // Load a string using the resources for the current module.
 STDAPI UtilLoadStringRC(UINT iResouceID, __out_ecount (iMax) LPWSTR szBuffer, int iMax, int bQuiet=FALSE);
 
-#if ENABLE_DOWNLEVEL_FOR_NLS
+#if defined(ENABLE_DOWNLEVEL_FOR_NLS) || defined(FEATURE_USE_LCID)
 STDAPI UtilLoadStringRCEx(LCID lcid, UINT iResourceID, __out_ecount (iMax) LPWSTR szBuffer, int iMax, int bQuiet, int *pcwchUsed);
 #endif