]> sigrok.org Git - libserialport.git/commit
configure.ac: We no longer need to set WINVER explicitly.
authorUwe Hermann <redacted>
Tue, 5 Aug 2014 16:34:16 +0000 (18:34 +0200)
committerUwe Hermann <redacted>
Tue, 5 Aug 2014 19:22:59 +0000 (21:22 +0200)
commit900904638b0fd241d99bece8befb7ec1ff56d38b
treecc828e61062833e1185ff47968c6bd7f68052bfc
parent34906a229bc1c7a92586cdbd71aa992314aa082f
configure.ac: We no longer need to set WINVER explicitly.

Since we now require MinGW-w64, we no longer have to set WINVER manually,
since MinGW-w64 defaults to WINVER=0x0502 (which corresponds to
Windows Server 2003 SP1 / Windows XP SP2 apparently, which is fine for us).
configure.ac