]> git.saurik.com Git - wxWidgets.git/commit
Private gsocket files were using 'typedef int bool', removed this
authorGuillermo Rodriguez Garcia <guille@iies.es>
Thu, 10 May 2001 06:31:39 +0000 (06:31 +0000)
committerGuillermo Rodriguez Garcia <guille@iies.es>
Thu, 10 May 2001 06:31:39 +0000 (06:31 +0000)
commit27a97d02eb2f3dcf031c5cbcd3c1321c6d35fce8
tree3528974f28394b3e75ca22339d76a8bf4f1c2e4d
parente7b596fbffa1ee3eaf372e7c57f26c2bef18d158
Private gsocket files were using 'typedef int bool', removed this
and replaced by true ints. Currently this was not causing any problem
but it is better to avoid bool at all in C code as a matter of good
coding practice.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10099 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/msw/gsockmsw.h
include/wx/unix/gsockunx.h
src/gtk/gsockgtk.c
src/gtk1/gsockgtk.c
src/motif/gsockmot.c
src/msw/gsockmsw.c