<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dlfcn-win32, branch v1.3.1</title>
<subtitle>A mirror of https://github.com/dlfcn-win32/dlfcn-win32.git
</subtitle>
<id>https://git.lua4.win/dlfcn-win32/atom?h=v1.3.1</id>
<link rel='self' href='https://git.lua4.win/dlfcn-win32/atom?h=v1.3.1'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/dlfcn-win32/'/>
<updated>2022-04-08T17:13:40+00:00</updated>
<entry>
<title>Merge pull request #103 from pali/master</title>
<updated>2022-04-08T17:13:40+00:00</updated>
<author>
<name>Silvio Traversaro</name>
<email>silvio@traversaro.it</email>
</author>
<published>2022-04-08T17:13:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/dlfcn-win32/commit/?id=9d0ef119d9fcb9139f831adc224857b791c81140'/>
<id>urn:sha1:9d0ef119d9fcb9139f831adc224857b791c81140</id>
<content type='text'>
Replace magic numbers by sdk macros in get_image_section()</content>
</entry>
<entry>
<title>Replace magic numbers by sdk macros in get_image_section()</title>
<updated>2022-03-11T21:50:30+00:00</updated>
<author>
<name>Pali Rohár</name>
<email>pali.rohar@gmail.com</email>
</author>
<published>2022-03-11T21:50:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/dlfcn-win32/commit/?id=e34fb598ac374b5764ac6cd0f0b7ecdd6df792b0'/>
<id>urn:sha1:e34fb598ac374b5764ac6cd0f0b7ecdd6df792b0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #102 from pali/master</title>
<updated>2022-01-05T17:35:13+00:00</updated>
<author>
<name>Silvio Traversaro</name>
<email>silvio@traversaro.it</email>
</author>
<published>2022-01-05T17:35:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/dlfcn-win32/commit/?id=123c746159233847b91648b39a4a5f6940a1ff2b'/>
<id>urn:sha1:123c746159233847b91648b39a4a5f6940a1ff2b</id>
<content type='text'>
Prefer usage of thread-safe function SetThreadErrorMode() instead of process-global function SetErrorMode()</content>
</entry>
<entry>
<title>Prefer usage of thread-safe function SetThreadErrorMode() instead of process-global function SetErrorMode()</title>
<updated>2021-12-21T00:09:09+00:00</updated>
<author>
<name>Pali Rohár</name>
<email>pali.rohar@gmail.com</email>
</author>
<published>2021-12-21T00:09:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/dlfcn-win32/commit/?id=318030d5419b1064941700a1c3c21d7f9bd30149'/>
<id>urn:sha1:318030d5419b1064941700a1c3c21d7f9bd30149</id>
<content type='text'>
Use GetProcAddress() wrapper as SetThreadErrorMode() is not available on
older Windows versions.
</content>
</entry>
<entry>
<title>Try to avoid compile warning: cast between incompatible function types from ‘FARPROC’</title>
<updated>2021-12-21T00:07:19+00:00</updated>
<author>
<name>Pali Rohár</name>
<email>pali.rohar@gmail.com</email>
</author>
<published>2021-12-21T00:07:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/dlfcn-win32/commit/?id=fe1e475144c895341ffecd8af14b7b1f4d8f4c38'/>
<id>urn:sha1:fe1e475144c895341ffecd8af14b7b1f4d8f4c38</id>
<content type='text'>
warning: cast between incompatible function types from ‘FARPROC’ {aka ‘long long int (*)()’} to ‘BOOL (*)(DWORD,  const CHAR *, struct HINSTANCE__ **)’ {aka ‘int (*)(long unsigned int,  const char *, struct HINSTANCE__ **)’} [-Wcast-function-type]
</content>
</entry>
<entry>
<title>Merge pull request #99 from xantares/wine</title>
<updated>2021-04-29T07:44:52+00:00</updated>
<author>
<name>Silvio Traversaro</name>
<email>silvio@traversaro.it</email>
</author>
<published>2021-04-29T07:44:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/dlfcn-win32/commit/?id=010969070719fe14435f4b146ecef5e65df0098f'/>
<id>urn:sha1:010969070719fe14435f4b146ecef5e65df0098f</id>
<content type='text'>
cmake: use CROSSCOMPILING_EMULATOR</content>
</entry>
<entry>
<title>Merge pull request #96 from xantares/patch-2</title>
<updated>2021-04-28T06:34:45+00:00</updated>
<author>
<name>Silvio Traversaro</name>
<email>silvio@traversaro.it</email>
</author>
<published>2021-04-28T06:34:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/dlfcn-win32/commit/?id=020e3142953ce9d044b6144bc7a55629341bb715'/>
<id>urn:sha1:020e3142953ce9d044b6144bc7a55629341bb715</id>
<content type='text'>
CMake: Bump version</content>
</entry>
<entry>
<title>CMake: Bumpr version</title>
<updated>2021-04-27T17:41:59+00:00</updated>
<author>
<name>xantares</name>
<email>xantares09@hotmail.com</email>
</author>
<published>2021-02-27T10:00:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/dlfcn-win32/commit/?id=cf64370e527ba63384d9e43915977e7be3450da2'/>
<id>urn:sha1:cf64370e527ba63384d9e43915977e7be3450da2</id>
<content type='text'>
Silents warnings, cmake 3.2 is available in distros since many years
</content>
</entry>
<entry>
<title>cmake: use CROSSCOMPILING_EMULATOR</title>
<updated>2021-04-27T16:37:06+00:00</updated>
<author>
<name>Michel Zou</name>
<email>xantares09@hotmail.com</email>
</author>
<published>2021-03-15T10:26:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/dlfcn-win32/commit/?id=a130887781373f5f29552ee6d7139b99a829512d'/>
<id>urn:sha1:a130887781373f5f29552ee6d7139b99a829512d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #98 from xantares/const</title>
<updated>2021-04-11T11:00:31+00:00</updated>
<author>
<name>Silvio Traversaro</name>
<email>silvio@traversaro.it</email>
</author>
<published>2021-04-11T11:00:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/dlfcn-win32/commit/?id=4b34d7aec9b5db0d99ca653247cfb99fc0deb424'/>
<id>urn:sha1:4b34d7aec9b5db0d99ca653247cfb99fc0deb424</id>
<content type='text'>
dladdr: const void *addr</content>
</entry>
</feed>
