Move Win32 thread-safety stuff to hb-object-private.h
authorBehdad Esfahbod <behdad@behdad.org>
Tue, 3 May 2011 04:49:06 +0000 (00:49 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Tue, 3 May 2011 04:49:06 +0000 (00:49 -0400)
commit2000179487b49e0d504ec127450dc6fcb5568cec
treea64b8575c13d5e67763d0b26fb00bbce59a4e551
parent266b34418c9bbe23ccaf29cb354b58c465fa3b22
Move Win32 thread-safety stuff to hb-object-private.h

The Win32 definitions for LONG, ULONG, etc conflicts with
hb-open-type.h.  Avoid that by making sure hb-object-private.h
and hb-open-type.h are not included in the same compilation unit.
src/hb-common.cc
src/hb-object-private.hh
src/hb-private.hh