commit | 0dd549aae06150421e95f2887773de09e801199e | [log] [tgz] |
---|---|---|
author | Yabin Cui <yabinc@google.com> | Tue Nov 11 09:26:00 2014 -0800 |
committer | Yabin Cui <yabinc@google.com> | Wed Nov 12 17:10:40 2014 -0800 |
tree | dbed73873f22bd31eec78f0f56b8b977e12a4fcc | |
parent | fecc0bf4f1d8d1939807123d0f01ca1fe377bda4 [diff] |
kill HAVE_FORKEXEC Bug: 18317407 Change-Id: I0c7b5886e5de12bdd95cfcc046bc87e4a6aeef5b
diff --git a/include/binder/IPCThreadState.h b/include/binder/IPCThreadState.h index 6e0c01b..b29c266 100644 --- a/include/binder/IPCThreadState.h +++ b/include/binder/IPCThreadState.h
@@ -22,7 +22,7 @@ #include <binder/ProcessState.h> #include <utils/Vector.h> -#ifdef HAVE_WIN32_PROC +#if defined(_WIN32) typedef int uid_t; #endif