android_system_core/base/include/base
Spencer Low ac3f7d9a78 adb / libbase: clean up NOGDI and evil ERROR macro
Instead of defining and undefining NOGDI:

1. Always #include "base/logging.h" after #include <windows.h>.
Unfortunately, I could not find an easy way to give the user a
warning/error if they include in the wrong order.

2. base/logging.h does #undef ERROR to undefine the evil ERROR macro
that is from another era and probably a bad idea to begin with.

Change-Id: I995d89620611e849af9d7ec47eb55fc0512377f2
Signed-off-by: Spencer Low <CompareAndSwap@gmail.com>
2015-05-20 12:25:19 -07:00
..
file.h Add ReadFully and WriteFully to libbase. 2015-04-24 21:57:16 -07:00
logging.h adb / libbase: clean up NOGDI and evil ERROR macro 2015-05-20 12:25:19 -07:00
macros.h Revert "Revert "Add commonly used C++ macros to libbase."" 2015-03-16 10:09:07 -07:00
memory.h Add base/memory.h. 2015-04-09 17:00:14 -07:00
stringprintf.h adb: win32: fix StringPrintf format string checking of %zd and PRIu64 2015-05-13 19:30:30 -07:00
strings.h Remove strtok from adb. 2015-04-27 19:42:20 -07:00