comparison dwt/graphics/TextLayout.d @ 306:745001b1a52c

Fix compile error.
author Frank Benoit <benoit@tionex.de>
date Mon, 08 Sep 2008 11:32:37 +0200
parents f478f12be363
children 7066c4836d65
comparison
equal deleted inserted replaced
305:a401002c3a1f 306:745001b1a52c
130 if( static_this_completed ){ 130 if( static_this_completed ){
131 return; 131 return;
132 } 132 }
133 synchronized { 133 synchronized {
134 if( !static_this_completed ){ 134 if( !static_this_completed ){
135 OS.IIDFromString("{275c23e2-3747-11d0-9fea-00aa003f8646}\0".toCharArray().ptr, CLSID_CMultiLanguage.ptr); 135 OS.IIDFromString("{275c23e2-3747-11d0-9fea-00aa003f8646}\0".toWCharArray().ptr, CLSID_CMultiLanguage.ptr);
136 OS.IIDFromString("{DCCFC162-2B38-11d2-B7EC-00C04F8F5D9A}\0".toCharArray().ptr, IID_IMLangFontLink2.ptr); 136 OS.IIDFromString("{DCCFC162-2B38-11d2-B7EC-00C04F8F5D9A}\0".toWCharArray().ptr, IID_IMLangFontLink2.ptr);
137 static_this_completed = true; 137 static_this_completed = true;
138 } 138 }
139 } 139 }
140 } 140 }
141 141