Load wine_get_version() dynamically.
This MR stems out from testing if an app may be detecting Wine presence by checking wine_get_version() entry point presence in ntdll.
I had wished that simply commenting out the entry point in ntdll.spec would be sufficient.
It isn't as 2 buitin DLLs directly link to wine_get_version(). This MR let them dynamically load the entry point's address.
For the record, there are three other DLLs/programs which make use of wine_get_version(), but using dynamic loading.
I can live without this MR being merged upstream, but looked a good idea:
- to be consistent throughout the code
- allow the simple comment in ntdll.spec to be possible.
Merge request reports
Activity
added 94 commits
-
f08e6c45...564b796e - 92 commits from branch
wine:master
- d40a0d8a - appwiz.cpl: Load dynamically wine_get_version().
- 20b4cdde - user32: Load dynamically wine_get_version().
-
f08e6c45...564b796e - 92 commits from branch
Please register or sign in to reply