1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-05-02 22:30:53 +02:00

Added connection opening timeout handling

This commit is contained in:
dan
2000-04-27 04:26:15 +00:00
parent 886e65f83e
commit 27838589a5
4 changed files with 117 additions and 18 deletions
+1 -1
View File
@@ -392,7 +392,7 @@ const WMHashTableCallbacks WMStringHashCallbacks = {
(hashFunc)hashString,
(isEqualFunc)compareStrings,
(retainFunc)wstrdup,
(releaseFunc)free
(releaseFunc)wfree
};