THRIFT-611. Under Windows when compiling using MinGW, includes are incorrectly resol...
authorBryan Duxbury <bryanduxbury@apache.org>
Thu, 22 Apr 2010 21:21:46 +0000 (21:21 +0000)
committerBryan Duxbury <bryanduxbury@apache.org>
Thu, 22 Apr 2010 21:21:46 +0000 (21:21 +0000)
commit0137af6bf1e37762db319a08d2d6921d6897e21f
treee17bc8c6fa05fbea049bc1e00dabbabb3d3b6e11
parent321eb7a2bdedde79102dfcf0fcefd99f45ec2075
THRIFT-611.  Under Windows when compiling using MinGW, includes are incorrectly resolved due to '/' <-> '\' havoc.

This patch ensures the proper slashes are used based on the platform.

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@937070 13f79535-47bb-0310-9956-ffa450edef68
compiler/cpp/src/main.cc