Re: mshtml: Implement IHTMLStyle get/put posLeft (try 8)
6 Nov
2008
6 Nov
'08
8 p.m.
Alistair Leslie-Hughes wrote:
Hi, Made functions for get/set.
Changelog: mshtml: Implement IHTMLStyle get/put posLeft
+ for(ptr=value; isdigitW(*ptr); ptr++) + { + if(*ptr && !strcmpW(ptr, pxW)) { This if expression will never be true. You should move it after for loop and change !strcmpW to strcmpW. Jacek
6335
Age (days ago)
6335
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jacek Caban