243
244
245
246
247
248
249
250
251
252
253
254
255
256
|
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
|
+
|
#undef TCL_STORAGE_CLASS
#define TCL_STORAGE_CLASS DLLIMPORT
#define TclWinConvertWSAError TclWinConvertError
#if !defined(_WIN32) && !defined(__CYGWIN__)
# undef TclWinConvertError /* 0 */
# undef TclWinGetTclInstance /* 4 */
# undef TclpIsAtty /* 16 */
# undef TclWinAddProcess /* 20 */
# undef TclWinNoBackslash /* 24 */
# undef TclWinFlushDirtyChannels /* 27 */
#endif
#ifndef MAC_OSX_TCL /* Not accessable on UNIX */
# undef TclMacOSXGetFileAttribute /* 15 */
|