Kai Pastor ea91673467
[rhash] Fix error, revise dllexport/dllimport (#36950)
Pass `RHASH_XVERSION` as a number number, not as a string. General
error, but detected by Android NDK r26
~~~

vcpkg/buildtrees/rhash/src/v1.4.4-e609ae2b07.clean/librhash/rhash.c:877:10:
error: incompatible pointer to integer conversion returning 'char[1]'
from a function with result type 'rhash_uptr_t' (aka 'unsigned int')
[-Wint-conversion]
                return RHASH_XVERSION;
                       ^~~~~~~~~~~~~~
<command line>:2:24: note: expanded from macro 'RHASH_XVERSION'
#define RHASH_XVERSION ""
                       ^~
1 error generated.
~~~

Complement `dllexport` with `dllimport` for shared windows, and omit it
everywhere else.

Add missing pc file as if installed with official build system.
2024-02-28 17:12:10 -08:00
..
2022-02-03 18:43:09 -08:00
2021-11-15 14:17:21 -08:00
2022-12-13 19:36:36 -08:00
2023-09-27 01:23:47 -07:00
2023-11-27 17:07:46 -08:00
2023-10-02 16:35:30 -07:00
2023-07-26 10:49:15 -07:00
2023-08-25 12:06:08 -07:00
2022-12-31 01:53:54 -08:00
2021-09-13 19:42:24 -07:00
2023-10-27 20:03:22 -07:00
2023-01-31 18:53:23 -08:00
2023-08-16 12:23:10 -07:00
2023-09-25 23:41:40 -07:00
2022-10-03 13:54:36 -07:00
2021-09-09 01:24:04 -07:00