File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -272,4 +272,5 @@ add_subdirectory(xolehlp)
272272if (DLL_EXPORT_VERSION GREATER_EQUAL 0x600)
273273 add_subdirectory (avrt )
274274 add_subdirectory (dwmapi )
275+ add_subdirectory (ncrypt )
275276endif ()
Original file line number Diff line number Diff line change 88@ stub BCryptDecrypt
99@ stub BCryptDeleteContext
1010@ stub BCryptDeriveKey
11+ @ stub BCryptDeriveKeyCapi (ptr ptr ptr long long )
12+ @ stub BCryptDeriveKeyPBKDF2 (ptr ptr long ptr long int64 ptr long long )
1113@ stdcall BCryptDestroyHash (ptr )
1214@ stdcall - stub BCryptDestroyKey (ptr )
1315@ stub BCryptDestroySecret
Original file line number Diff line number Diff line change 1+
2+ spec2def (ncrypt.dll ncrypt.spec ADD_IMPORTLIB )
3+
4+ list (APPEND SOURCE
5+ main.c
6+ ${CMAKE_CURRENT_BINARY_DIR} /ncrypt_stubs.c
7+ ${CMAKE_CURRENT_BINARY_DIR} /ncrypt.def)
8+
9+ add_library (ncrypt MODULE ${SOURCE} )
10+ set_module_type (ncrypt win32dll UNICODE )
11+ target_link_libraries (ncrypt wine wine_dll_canunload oldnames )
12+ add_importlibs (ncrypt bcrypt msvcrt kernel32 ntdll )
13+ add_cd_file (TARGET ncrypt DESTINATION reactos/system32 FOR all )
14+ set_wine_module (ncrypt )
You can’t perform that action at this time.
0 commit comments