Windows: Fix msvc header dependency

This updates the msvc-posix.h include to use the one that actually lives
in this package.

This makes sure you do not need an external dependency when including
these headers on windows.

Change-Id: I8a4265371e8068b10a0e197f56fba9490071849d
GitOrigin-RevId: 89a574cb18a823d62778b174bf0e6924f387d7a8
6 files changed
tree: 8bf57891569e27ffa7a276ad65692e0d0ee7ab31
  1. base/
  2. build-config/
  3. CMake/
  4. host-common/
  5. snapshot/
  6. third-party/
  7. .clang-format
  8. .gitignore
  9. Android.bp
  10. BUILD.bazel
  11. CMakeLists.txt
  12. LICENSE
  13. README.md
  14. rebuild.sh
README.md

AEMU library

This is an utility library for common functions used in the Android Emulator. External projects (gfxstream, QEMU) may use to perform C++ functions.