Joerg-Cyril.Hoehle@t-systems.com writes:
So what's the use of volatile? When is it appropriate in Wine?
In general it's never appropriate. There are some very specific cases where it can be used, but you have to be sure to know what you are doing. Using proper synchronization instead is strongly recommended.