[PATCH 0/8] Add stub dlls for windows phone

Martin Storsjo martin at martin.st
Wed Jan 8 06:48:20 CST 2014


Hi,

The following patches add enough versions and variants
of the api-ms-win-* DLLs in order to be able to run
simple command line exes built for windows phone (both
x86 and arm).


Martin Storsjo (8):
  api-ms-win-core-processthreads-l1-1-1: Add stub dll.
  api-ms-win-core-debug-l1-1-1: Add stub dll.
  api-ms-win-core-errorhandling-l1-1-1: Add stub dll.
  api-ms-win-core-interlocked-l1-2-0: Add stub dll.
  api-ms-win-core-profile-l1-1-0: Add stub dll.
  api-ms-win-core-string-l1-1-0: Add stub dll.
  api-ms-win-core-sysinfo-l1-2-0: Add stub dll.
  api-ms-win-core-util-l1-1-0: Add stub dll.

 configure                                          |  8 +++
 configure.ac                                       |  8 +++
 dlls/api-ms-win-core-debug-l1-1-1/Makefile.in      |  1 +
 .../api-ms-win-core-debug-l1-1-1.spec              |  9 ++++
 .../Makefile.in                                    |  1 +
 .../api-ms-win-core-errorhandling-l1-1-1.spec      | 12 +++++
 .../api-ms-win-core-interlocked-l1-2-0/Makefile.in |  1 +
 .../api-ms-win-core-interlocked-l1-2-0.spec        | 12 +++++
 .../Makefile.in                                    |  1 +
 .../api-ms-win-core-processthreads-l1-1-1.spec     | 63 ++++++++++++++++++++++
 dlls/api-ms-win-core-profile-l1-1-0/Makefile.in    |  1 +
 .../api-ms-win-core-profile-l1-1-0.spec            |  2 +
 dlls/api-ms-win-core-string-l1-1-0/Makefile.in     |  1 +
 .../api-ms-win-core-string-l1-1-0.spec             |  8 +++
 dlls/api-ms-win-core-sysinfo-l1-2-0/Makefile.in    |  1 +
 .../api-ms-win-core-sysinfo-l1-2-0.spec            | 31 +++++++++++
 dlls/api-ms-win-core-util-l1-1-0/Makefile.in       |  1 +
 .../api-ms-win-core-util-l1-1-0.spec               |  5 ++
 tools/make_specfiles                               |  8 +++
 19 files changed, 174 insertions(+)
 create mode 100644 dlls/api-ms-win-core-debug-l1-1-1/Makefile.in
 create mode 100644 dlls/api-ms-win-core-debug-l1-1-1/api-ms-win-core-debug-l1-1-1.spec
 create mode 100644 dlls/api-ms-win-core-errorhandling-l1-1-1/Makefile.in
 create mode 100644 dlls/api-ms-win-core-errorhandling-l1-1-1/api-ms-win-core-errorhandling-l1-1-1.spec
 create mode 100644 dlls/api-ms-win-core-interlocked-l1-2-0/Makefile.in
 create mode 100644 dlls/api-ms-win-core-interlocked-l1-2-0/api-ms-win-core-interlocked-l1-2-0.spec
 create mode 100644 dlls/api-ms-win-core-processthreads-l1-1-1/Makefile.in
 create mode 100644 dlls/api-ms-win-core-processthreads-l1-1-1/api-ms-win-core-processthreads-l1-1-1.spec
 create mode 100644 dlls/api-ms-win-core-profile-l1-1-0/Makefile.in
 create mode 100644 dlls/api-ms-win-core-profile-l1-1-0/api-ms-win-core-profile-l1-1-0.spec
 create mode 100644 dlls/api-ms-win-core-string-l1-1-0/Makefile.in
 create mode 100644 dlls/api-ms-win-core-string-l1-1-0/api-ms-win-core-string-l1-1-0.spec
 create mode 100644 dlls/api-ms-win-core-sysinfo-l1-2-0/Makefile.in
 create mode 100644 dlls/api-ms-win-core-sysinfo-l1-2-0/api-ms-win-core-sysinfo-l1-2-0.spec
 create mode 100644 dlls/api-ms-win-core-util-l1-1-0/Makefile.in
 create mode 100644 dlls/api-ms-win-core-util-l1-1-0/api-ms-win-core-util-l1-1-0.spec

-- 
1.8.1.2




More information about the wine-patches mailing list