CRT: vsprintf_s calling wrong function

GetProcAddress was loading vprintf_s rather than vsprintf_s,
causing random garbare to be printed. Fix the typo.

Change-Id: I6e109c5cbc45dfc7ebed31890e57bd02e6c30b3a
1 file changed
tree: fa6ee1a24ade80c3d21ff83f6031ff01d5e1dd61
  1. mingw-w64-v4.0.4/
  2. build.sh
  3. README.md
  4. README.version
README.md

Building Mingw for Android

The build.sh script in this directory is used to build mingw for Android.

Mingw is built from the mingw branch of AOSP. To fetch the sources:

repo init -u https://android.googlesource.com/platform/manifest -b mingw

# Googlers, use
repo init -u \
    persistent-https://android.git.corp.google.com/platform/manifest -b mingw

To build, run build.sh. Run with --help for a list of options.