Index: tools/measure_page_load_time/ie_bho/MeasurePageLoadTimeBHO.h |
diff --git a/tools/measure_page_load_time/ie_bho/MeasurePageLoadTimeBHO.h b/tools/measure_page_load_time/ie_bho/MeasurePageLoadTimeBHO.h |
index e52e5506d28a25005e4f060a20667b0485eef954..820512be98e17d86bdca687f58f24fb298e4d631 100644 |
--- a/tools/measure_page_load_time/ie_bho/MeasurePageLoadTimeBHO.h |
+++ b/tools/measure_page_load_time/ie_bho/MeasurePageLoadTimeBHO.h |
@@ -16,7 +16,7 @@ |
#if defined(_WIN32_WCE) && !defined(_CE_DCOM) && !defined(_CE_ALLOW_SINGLE_THREADED_OBJECTS_IN_MTA) |
-#error "Single-threaded COM objects are not properly supported on Windows CE platform, such as the Windows Mobile platforms that do not include full DCOM support. Define _CE_ALLOW_SINGLE_THREADED_OBJECTS_IN_MTA to force ATL to support creating single-thread COM object's and allow use of it's single-threaded COM object implementations. The threading model in your rgs file was set to 'Free' as that is the only threading model supported in non DCOM Windows CE platforms." |
+#error "Single-threaded COM objects are not properly supported on Windows CE platform, such as the Windows Mobile platforms that do not include full DCOM support. Define _CE_ALLOW_SINGLE_THREADED_OBJECTS_IN_MTA to force ATL to support creating single-thread COM object's and allow use of its single-threaded COM object implementations. The threading model in your rgs file was set to 'Free' as that is the only threading model supported in non DCOM Windows CE platforms." |
asanka
2012/03/29 16:28:04
"object's" -> "objects"
|
#endif |