shell32: Add a navigation pane to the ExplorerBrowser control.

Juan Lang juan.lang at gmail.com
Thu Aug 26 12:11:04 CDT 2010


Hi David, I know this was committed already, but something caught my
eye that I didn't understand:

+    if(This->navpane.show ^ show_navpane)

Is this a cute way to write if(This->navpane.show && show_navpane) ?
If so, why ^ rather than &&?

Thanks,
--Juan



More information about the wine-devel mailing list