am b3c585d7: Merge "Stop defining HAVE_MS_C_RUNTIME."

* commit 'b3c585d745918bebb6e4ea72ad60875adf53337e':
  Stop defining HAVE_MS_C_RUNTIME.
This commit is contained in:
Elliott Hughes
2015-08-19 22:18:33 +00:00
committed by Android Git Automerger

View File

@@ -33,11 +33,6 @@
#error "CYGWIN is unsupported for platform builds" #error "CYGWIN is unsupported for platform builds"
#endif #endif
/*
* Define this if you build against MSVCRT.DLL
*/
#define HAVE_MS_C_RUNTIME
/* /*
* We need to choose between 32-bit and 64-bit off_t. All of our code should * We need to choose between 32-bit and 64-bit off_t. All of our code should
* agree on the same size. For desktop systems, use 64-bit values, * agree on the same size. For desktop systems, use 64-bit values,