More fixes for qatomic_windows.h
commitfcd105dba705f148f774e085f6deb8be96fce628
authorJoão Abecasis <joao@abecasis.name>
Thu, 3 Sep 2009 12:40:10 +0000 (3 14:40 +0200)
committerJoão Abecasis <joao@abecasis.name>
Fri, 4 Sep 2009 14:41:23 +0000 (4 16:41 +0200)
treec36c3d1cd03ff5634b21907a4d04e3a4895bc3d2
parentbc75db154015a2da8d32e3e023bc76999dd5bfc0
More fixes for qatomic_windows.h

If platform headers have been included the Interlocked names may be
macros and we end up with double underscores in our function names. By
prefixing "Interlocked" and then the actual function names we work
around that.

Let's hope nobody redefines Interlocked or Increment and friends...  :-)

Reviewed-by: Prasanth Ullattil
src/corelib/arch/qatomic_windows.h