]> granicus.if.org Git - curl/commit
tool_parsecfg: Use correct return type for GetModuleFileName()
authorSteve Holme <steve_holme@hotmail.com>
Sun, 2 Jun 2019 21:21:31 +0000 (22:21 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Tue, 4 Jun 2019 00:30:16 +0000 (01:30 +0100)
commit3538026f6f145b2811f4d515992565d6cbe969b0
treec7a3f7f570e9789824da66b9b5708467af1f74c3
parent8c88e8e623777f2fe06f09b2966928b4ac70ad22
tool_parsecfg: Use correct return type for GetModuleFileName()

GetModuleFileName() returns a DWORD which is a typedef of an unsigned
long and not an int.

Closes #3980
src/tool_parsecfg.c