]> granicus.if.org Git - curl/commit
(lib)curl.rc: fixup for minor bugs
authorStefan Kanthak <stefan.kanthak@nexgo.de>
Fri, 7 Dec 2018 15:39:35 +0000 (16:39 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 9 Dec 2018 23:10:04 +0000 (00:10 +0100)
commite1360a1c9130269440c7a0ff2e1e2e30fc531818
tree8a8f0575a1308831c912196b252c7c13dd0fcd08
parent4e326f924720e543cd8f16f8e8c7d11720490fdd
(lib)curl.rc: fixup for minor bugs

All resources defined in lib/libcurl.rc and curl.rc are language
neutral.

winbuild/MakefileBuild.vc ALWAYS defines the macro DEBUGBUILD, so the
ifdef's in line 33 of lib/libcurl.rc and src/curl.rc are wrong.

Replace the hard-coded constants in both *.rc files with #define'd
values.

Thumbs-uped-by: Rod Widdowson, Johannes Schindelin
URL: https://curl.haxx.se/mail/lib-2018-11/0000.html
Closes #3348
lib/libcurl.rc
src/curl.rc