projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Improve wxListCtrl::SetItemState() documentation.
[wxWidgets.git]
/
interface
/
wx
/
sckipc.h
diff --git
a/interface/wx/sckipc.h
b/interface/wx/sckipc.h
index 3eaac132a8035ce8cccac7186db512cd0bc298c4..719a6ea4bed2cfdaa3f31a5ab6e7c06168c40bf8 100644
(file)
--- a/
interface/wx/sckipc.h
+++ b/
interface/wx/sckipc.h
@@
-3,7
+3,7
@@
// Purpose: interface of wxTCPServer
// Author: wxWidgets team
// RCS-ID: $Id$
// Purpose: interface of wxTCPServer
// Author: wxWidgets team
// RCS-ID: $Id$
-// Licence: wxWindows licen
s
e
+// Licence: wxWindows licen
c
e
/////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
@@
-31,13
+31,7
@@
enum wxIPCFormat
wxIPC_LOCALE = 16,
wxIPC_UTF8TEXT = 17,
wxIPC_UTF32TEXT = 18,
wxIPC_LOCALE = 16,
wxIPC_UTF8TEXT = 17,
wxIPC_UTF32TEXT = 18,
-#if SIZEOF_WCHAR_T == 2
- wxIPC_UNICODETEXT = wxIPC_UTF16TEXT,
-#elif SIZEOF_WCHAR_T == 4
- wxIPC_UNICODETEXT = wxIPC_UTF32TEXT,
-#else
-# error "Unknown wchar_t size"
-#endif
+ wxIPC_UNICODETEXT,
wxIPC_PRIVATE = 20
};
wxIPC_PRIVATE = 20
};