Moving headers around.

pull/6183/head
Nicolas "Pixel" Noble 9 years ago
parent 344f55b7ba
commit 95953bfd7f
  1. 5
      src/core/lib/support/string_util_win32.c
  2. 5
      src/core/lib/support/string_win32.c

@ -37,11 +37,14 @@
#ifdef GPR_WIN32 #ifdef GPR_WIN32
/* Some platforms (namely msys) need wchar to be included BEFORE
anything else, especially strsafe.h. */
#include <wchar.h>
#include <stdarg.h> #include <stdarg.h>
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>
#include <strsafe.h> #include <strsafe.h>
#include <wchar.h>
#include <grpc/support/alloc.h> #include <grpc/support/alloc.h>
#include <grpc/support/string_util.h> #include <grpc/support/string_util.h>

@ -37,11 +37,14 @@
#ifdef GPR_WIN32_STRING #ifdef GPR_WIN32_STRING
/* Some platforms (namely msys) need wchar to be included BEFORE
anything else, especially strsafe.h. */
#include <wchar.h>
#include <stdarg.h> #include <stdarg.h>
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>
#include <strsafe.h> #include <strsafe.h>
#include <wchar.h>
#include <grpc/support/alloc.h> #include <grpc/support/alloc.h>
#include <grpc/support/string_util.h> #include <grpc/support/string_util.h>

Loading…
Cancel
Save