From: Daniel Lehman dlehman@esri.com
v2 - call function in msvcp140 instead of copy v3 - without internal header v4 - remove DllMain
Signed-off-by: Daniel Lehman dlehman@esri.com Signed-off-by: Piotr Caban piotr@codeweavers.com --- configure.ac | 1 + dlls/msvcp140_atomic_wait/Makefile.in | 4 ++ dlls/msvcp140_atomic_wait/main.c | 32 ++++++++++ .../msvcp140_atomic_wait.spec | 2 +- dlls/msvcp140_atomic_wait/tests/Makefile.in | 4 ++ .../tests/msvcp140_atomic_wait.c | 60 +++++++++++++++++++ 6 files changed, 102 insertions(+), 1 deletion(-) create mode 100644 dlls/msvcp140_atomic_wait/main.c create mode 100644 dlls/msvcp140_atomic_wait/tests/Makefile.in create mode 100644 dlls/msvcp140_atomic_wait/tests/msvcp140_atomic_wait.c