Bug 755836 - undef near in directory helper to avoid build errors. r=kyle

This commit is contained in:
Doug Turner 2012-05-16 13:27:56 -07:00
parent 8313ba6d13
commit 5cb911288f

View File

@ -146,6 +146,10 @@ def print_header_file(fd, conf):
"#include \"nsString.h\"\n"
"#include \"nsCOMPtr.h\"\n\n")
# win32 namespace issues
fd.write("#undef near\n"
"\n\n")
forwards = []
attrnames = []
for d in conf.dictionaries: