-
-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Version 2.10.0. Updated advapi32_wrapper, crytext_wrapper, Kernelbase…
…_wrapper, ntext_wrapper, user32_wrapper and ws2_32_wrapper
- Loading branch information
1 parent
0b29072
commit f2aff16
Showing
19 changed files
with
239 additions
and
178 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
|
||
spec2def(cryptext_wrapper.dll cryptext_wrapper.spec) | ||
|
||
list(APPEND SOURCE | ||
main.c | ||
version.rc | ||
${CMAKE_CURRENT_BINARY_DIR}/cryptext_wrapper_stubs.c | ||
${CMAKE_CURRENT_BINARY_DIR}/cryptext_wrapper.def) | ||
|
||
add_library(cryptext_wrapper SHARED ${SOURCE}) | ||
set_module_type(cryptext_wrapper win32dll ENTRYPOINT 0) | ||
add_importlibs(cryptext_wrapper pdhbase msvcrt kernel32 ntdll) | ||
target_link_libraries(cryptext_wrapper wine) | ||
add_cd_file(TARGET cryptext_wrapper DESTINATION reactos/system32 FOR all) | ||
|
||
spec2def(cryptext_wrapper.dll cryptext_wrapper.spec) | ||
|
||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.