mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 04:11:30 +00:00
66d50537f4
Import, as is, the next 2 commits from Wine: 8d8936cbb6fea3cac862e059e814527f5361f48b 2016-12-06 Bruno Jesus bcrypt/tests: Normalize all tests to use function pointers. b5e5be13d20adff5d7b784e71c7a48fb95fde2c8 2016-12-06 Bruno Jesus bcrypt/tests: Workaround RegGetValueW not being present in XP. These let this test load on WS03 and even WXP, too. Notice though, that even after the change, the test does not manage to load bcrypt.dll yet on Windows XPSP3 yet, even when copying it next the test. No functional changes. ROSTESTS-296
7 lines
242 B
CMake
7 lines
242 B
CMake
|
|
remove_definitions(-D_WIN32_WINNT=0x502)
|
|
add_executable(bcrypt_winetest bcrypt.c testlist.c)
|
|
set_module_type(bcrypt_winetest win32cui)
|
|
add_importlibs(bcrypt_winetest advapi32 user32 msvcrt kernel32)
|
|
add_rostests_file(TARGET bcrypt_winetest)
|