Modified the template of public_headers_must_be_c89.c

pull/6306/head
Yuchen Zeng 9 years ago
parent 12dfdc3c27
commit 886b344144
  1. 2
      templates/test/core/surface/public_headers_must_be_c89.c.template

@ -35,7 +35,7 @@
<%
def is_platform_header(hdr):
for platform_identifier in ['_gcc', '_win32', '_pthread',
for platform_identifier in ['_gcc', '_windows', '_pthread',
'_zookeeper', '_msvc', '_posix']:
if platform_identifier in hdr:
return True

Loading…
Cancel
Save