summaryrefslogtreecommitdiff
path: root/network/config/bindview/BINDVIEW.CPP
AgeCommit message (Collapse)Author
2026-05-26Fixed typosAndre Muezerie
2026-04-23Potentially uninitialized variable in bindviewAndre Muezerie
These changes eliminate the warnings below in bindview.cpp by initializinf the variables mentioned. 1449 The status of this call to externally defined (SAL) GetCursorPos is not checked, potentially leaving pt uninitialized. 1528 The status of this call to externally defined (SAL) GetCursorPos is not checked, potentially leaving pt uninitialized. 1825 The status of this call to externally defined (SAL) GetDeviceStatus is not checked, potentially leaving ulStatus uninitialized.
2015-03-17Initial publishDave Wilson