j
k
j a
j l
Aric Stewart aric@codeweavers.com wrote:
struprW( id ); ptr = strchrW( id, '\' ); for (ptr = id; *ptr; ptr++)if (*ptr == '\') *ptr = '#';
Then strchrW() is redundant.
Back to the thread
Back to the list