diff options
author | davygrvy <davygrvy@noemail.net> | 2004-03-08 01:50:46 (GMT) |
---|---|---|
committer | davygrvy <davygrvy@noemail.net> | 2004-03-08 01:50:46 (GMT) |
commit | f93030f09a329109db2ebc9504cec74a4ae708d6 (patch) | |
tree | 9267fb1c2c552e02d8b40b60f8e621ec2c24e54c /win/coffbase.txt | |
parent | 84c1ce509a41a22bf336fa8364fbcb0ee3482303 (diff) | |
download | tcl-f93030f09a329109db2ebc9504cec74a4ae708d6.zip tcl-f93030f09a329109db2ebc9504cec74a4ae708d6.tar.gz tcl-f93030f09a329109db2ebc9504cec74a4ae708d6.tar.bz2 |
added a slot position for a project of my own.
FossilOrigin-Name: 0f0dfb3fa4f40314e22d6b10896a745d67b1db2d
Diffstat (limited to 'win/coffbase.txt')
-rw-r--r-- | win/coffbase.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/win/coffbase.txt b/win/coffbase.txt index 42d40d1..893fc15 100644 --- a/win/coffbase.txt +++ b/win/coffbase.txt @@ -12,7 +12,7 @@ ; they're mutually exclusive. This info is placed in the DLL's PE header by the ; linker with the `-base:@$(TCLDIR)\win\coffbase.txt,<key>` option. ; -; RCS: @(#) $Id: coffbase.txt,v 1.5 2002/09/12 22:31:27 davygrvy Exp $ +; RCS: @(#) $Id: coffbase.txt,v 1.6 2004/03/08 01:50:46 davygrvy Exp $ tcl 0x10000000 0x00200000 tcldde 0x10200000 0x00010000 @@ -23,3 +23,4 @@ itcl 0x10500000 0x00080000 itk 0x10580000 0x00080000 bltlite 0x10600000 0x00080000 blt 0x10680000 0x00080000 +iocpsock 0x10700000 0x00080000 |