Win32Constants.st
author Jan Vrany <jan.vrany@labware.com>
Wed, 22 Mar 2023 13:57:18 +0000
branchjv
changeset 25445 1623217d2268
parent 23547 c69c97cec351
permissions -rw-r--r--
Cherry-picked OrderedCollection.st from 0b286fd51da7: * d4c86d7c0bfc: #TUNING by stefan, Stefan Vogel <sv@exept.de> * 692b6497a669: #DOCUMENTATION by stefan, Stefan Vogel <sv@exept.de> * d47bb2912953: #DOCUMENTATION by stefan, Stefan Vogel <sv@exept.de> * abb4316c6bff: #FEATURE by cg, Claus Gittinger <cg@exept.de> * 3a8fce0e8d11: #TUNING by stefan, Stefan Vogel <sv@exept.de> * 03d29bf8c5bb: #REFACTORING by stefan, Stefan Vogel <sv@exept.de> * cccc6c4abcfc: #REFACTORING by stefan, Stefan Vogel <sv@exept.de> * 35d957c7a840: #FEATURE by cg, Claus Gittinger <cg@exept.de> * 6b11890f5f2c: #OTHER by cg, Claus Gittinger <cg@exept.de> * abb6108fb06b: #FEATURE by cg, Claus Gittinger <cg@exept.de> * 2c4768bb2e89: #FEATURE by cg, Claus Gittinger <cg@exept.de> * 4029e964d0f1: #FEATURE by cg, Claus Gittinger <cg@exept.de> * ddcab3a9c2df: #OTHER by cg, Claus Gittinger <cg@exept.de> * 2213eb56e0c7: #REFACTORING by exept, Claus Gittinger <cg@exept.de> * 09ca874a6160: #REFACTORING by exept, Claus Gittinger <cg@exept.de> * 30b332af1f33: #BUGFIX by stefan, Stefan Vogel <sv@exept.de> * 779764ba117b: #REFACTORING by cg, Claus Gittinger <cg@exept.de> * b3d232a613c9: #BUGFIX by stefan, Stefan Vogel <sv@exept.de> * c417f7edaec1: #BUGFIX by stefan, Stefan Vogel <sv@exept.de> * 904b6538f379: #FEATURE by exept, Claus Gittinger <cg@exept.de> * c5887f03e01f: #REFACTORING by stefan, Stefan Vogel <sv@exept.de> * 8912d03aff48: #BUGFIX by exept, Claus Gittinger <cg@exept.de> * de5cd1dab4c3: #DOCUMENTATION by exept, Claus Gittinger <cg@exept.de> * 9bbd26603378: #OTHER by exept, Claus Gittinger <cg@exept.de> * c2c9dc110f42: #FEATURE by stefan, Stefan Vogel <sv@exept.de> * 81d123c6703d: #DOCUMENTATION by stefan, Stefan Vogel <sv@exept.de> * 8aadbb21458a: #BUGFIX by stefan, Stefan Vogel <sv@exept.de> * f210dbb8b2f6: #TUNING by stefan, Stefan Vogel <sv@exept.de> * c2c774fc53c0: #FEATURE by exept, Claus Gittinger <cg@exept.de> * b6f462670875: #DOCUMENTATION by exept, Claus Gittinger <cg@exept.de> * 27ae4021d5d6: #FEATURE by stefan, Stefan Vogel <sv@exept.de> * 10d9e9d85594: #TUNING by exept, Claus Gittinger <cg@exept.de> * 2653d855dcc7: #DOCUMENTATION by exept, Claus Gittinger <cg@exept.de> * 6ea1698a1a34: #FEATURE by stefan, Stefan Vogel <sv@exept.de> * 28762315e664: #OTHER by exept, Claus Gittinger <cg@exept.de> * 7142ea786f3e: #TUNING by stefan, Stefan Vogel <sv@exept.de> * 7875acb42b53: #BUGFIX by stefan, Stefan Vogel <sv@exept.de> * 163a0eebc97e: #BUGFIX by Maren, matilk
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
12672
fc6fe9cbba31 added: #copyright
Claus Gittinger <cg@exept.de>
parents: 12379
diff changeset
     1
"
fc6fe9cbba31 added: #copyright
Claus Gittinger <cg@exept.de>
parents: 12379
diff changeset
     2
 COPYRIGHT (c) 2009 by eXept Software AG
fc6fe9cbba31 added: #copyright
Claus Gittinger <cg@exept.de>
parents: 12379
diff changeset
     3
              All Rights Reserved
fc6fe9cbba31 added: #copyright
Claus Gittinger <cg@exept.de>
parents: 12379
diff changeset
     4
fc6fe9cbba31 added: #copyright
Claus Gittinger <cg@exept.de>
parents: 12379
diff changeset
     5
 This software is furnished under a license and may be used
fc6fe9cbba31 added: #copyright
Claus Gittinger <cg@exept.de>
parents: 12379
diff changeset
     6
 only in accordance with the terms of that license and with the
fc6fe9cbba31 added: #copyright
Claus Gittinger <cg@exept.de>
parents: 12379
diff changeset
     7
 inclusion of the above copyright notice.   This software may not
fc6fe9cbba31 added: #copyright
Claus Gittinger <cg@exept.de>
parents: 12379
diff changeset
     8
 be provided or otherwise made available to, or used by, any
fc6fe9cbba31 added: #copyright
Claus Gittinger <cg@exept.de>
parents: 12379
diff changeset
     9
 other person.  No title to or ownership of the software is
fc6fe9cbba31 added: #copyright
Claus Gittinger <cg@exept.de>
parents: 12379
diff changeset
    10
 hereby transferred.
fc6fe9cbba31 added: #copyright
Claus Gittinger <cg@exept.de>
parents: 12379
diff changeset
    11
"
12378
416690a1ffad initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    12
"{ Package: 'stx:libbasic' }"
416690a1ffad initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    13
19417
9476ec4abe9a #FEATURE
Claus Gittinger <cg@exept.de>
parents: 13193
diff changeset
    14
"{ NameSpace: Smalltalk }"
9476ec4abe9a #FEATURE
Claus Gittinger <cg@exept.de>
parents: 13193
diff changeset
    15
12378
416690a1ffad initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    16
SharedPool subclass:#Win32Constants
416690a1ffad initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    17
	instanceVariableNames:''
416690a1ffad initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    18
	classVariableNames:'FILE_ATTRIBUTE_HIDDEN FILE_ATTRIBUTE_NORMAL
12379
3c014ba09285 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 12378
diff changeset
    19
		FILE_ATTRIBUTE_TEMPORARY FILE_ATTRIBUTE_DIRECTORY
19417
9476ec4abe9a #FEATURE
Claus Gittinger <cg@exept.de>
parents: 13193
diff changeset
    20
		FILE_ATTRIBUTE_READONLY LOGPIXELSX LOGPIXELSY OFN_READONLY
9476ec4abe9a #FEATURE
Claus Gittinger <cg@exept.de>
parents: 13193
diff changeset
    21
		OFN_OVERWRITEPROMPT OFN_HIDEREADONLY OFN_NOCHANGEDIR OFN_SHOWHELP
9476ec4abe9a #FEATURE
Claus Gittinger <cg@exept.de>
parents: 13193
diff changeset
    22
		OFN_ENABLEHOOK OFN_ENABLETEMPLATE OFN_ENABLETEMPLATEHANDLE
9476ec4abe9a #FEATURE
Claus Gittinger <cg@exept.de>
parents: 13193
diff changeset
    23
		OFN_NOVALIDATE OFN_ALLOWMULTISELECT OFN_EXTENSIONDIFFERENT
9476ec4abe9a #FEATURE
Claus Gittinger <cg@exept.de>
parents: 13193
diff changeset
    24
		OFN_PATHMUSTEXIST OFN_FILEMUSTEXIST OFN_CREATEPROMPT
9476ec4abe9a #FEATURE
Claus Gittinger <cg@exept.de>
parents: 13193
diff changeset
    25
		OFN_SHAREAWARE OFN_NOREADONLYRETURN OFN_NOTESTFILECREATE
9476ec4abe9a #FEATURE
Claus Gittinger <cg@exept.de>
parents: 13193
diff changeset
    26
		OFN_NONETWORKBUTTON OFN_NOLONGNAMES OFN_EXPLORER
9476ec4abe9a #FEATURE
Claus Gittinger <cg@exept.de>
parents: 13193
diff changeset
    27
		OFN_NODEREFERENCELINKS OFN_LONGNAMES OFN_ENABLEINCLUDENOTIFY
9476ec4abe9a #FEATURE
Claus Gittinger <cg@exept.de>
parents: 13193
diff changeset
    28
		OFN_ENABLESIZING OFN_DONTADDTORECENT OFN_FORCESHOWHIDDEN
9476ec4abe9a #FEATURE
Claus Gittinger <cg@exept.de>
parents: 13193
diff changeset
    29
		OFN_EX_NOPLACESBAR OFN_SHAREFALLTHROUGH OFN_SHARENOWARN
19498
9a85a0fdb706 #FEATURE
Claus Gittinger <cg@exept.de>
parents: 19417
diff changeset
    30
		OFN_SHAREWARN FILE_NOTIFY_CHANGE_FILE_NAME
9a85a0fdb706 #FEATURE
Claus Gittinger <cg@exept.de>
parents: 19417
diff changeset
    31
		FILE_NOTIFY_CHANGE_DIR_NAME FILE_NOTIFY_CHANGE_ATTRIBUTES
9a85a0fdb706 #FEATURE
Claus Gittinger <cg@exept.de>
parents: 19417
diff changeset
    32
		FILE_NOTIFY_CHANGE_SIZE FILE_NOTIFY_CHANGE_LAST_WRITE
9a85a0fdb706 #FEATURE
Claus Gittinger <cg@exept.de>
parents: 19417
diff changeset
    33
		FILE_NOTIFY_CHANGE_LAST_ACCESS FILE_NOTIFY_CHANGE_CREATION
9a85a0fdb706 #FEATURE
Claus Gittinger <cg@exept.de>
parents: 19417
diff changeset
    34
		FILE_NOTIFY_CHANGE_SECURITY FILE_ACTION_ADDED FILE_ACTION_REMOVED
9a85a0fdb706 #FEATURE
Claus Gittinger <cg@exept.de>
parents: 19417
diff changeset
    35
		FILE_ACTION_MODIFIED FILE_ACTION_RENAMED_OLD_NAME
9a85a0fdb706 #FEATURE
Claus Gittinger <cg@exept.de>
parents: 19417
diff changeset
    36
		FILE_ACTION_RENAMED_NEW_NAME'
12378
416690a1ffad initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    37
	poolDictionaries:''
416690a1ffad initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    38
	category:'OS-Windows'
416690a1ffad initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    39
!
416690a1ffad initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    40
416690a1ffad initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    41
!Win32Constants class methodsFor:'documentation'!
416690a1ffad initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    42
12672
fc6fe9cbba31 added: #copyright
Claus Gittinger <cg@exept.de>
parents: 12379
diff changeset
    43
copyright
fc6fe9cbba31 added: #copyright
Claus Gittinger <cg@exept.de>
parents: 12379
diff changeset
    44
"
fc6fe9cbba31 added: #copyright
Claus Gittinger <cg@exept.de>
parents: 12379
diff changeset
    45
 COPYRIGHT (c) 2009 by eXept Software AG
fc6fe9cbba31 added: #copyright
Claus Gittinger <cg@exept.de>
parents: 12379
diff changeset
    46
              All Rights Reserved
fc6fe9cbba31 added: #copyright
Claus Gittinger <cg@exept.de>
parents: 12379
diff changeset
    47
fc6fe9cbba31 added: #copyright
Claus Gittinger <cg@exept.de>
parents: 12379
diff changeset
    48
 This software is furnished under a license and may be used
fc6fe9cbba31 added: #copyright
Claus Gittinger <cg@exept.de>
parents: 12379
diff changeset
    49
 only in accordance with the terms of that license and with the
fc6fe9cbba31 added: #copyright
Claus Gittinger <cg@exept.de>
parents: 12379
diff changeset
    50
 inclusion of the above copyright notice.   This software may not
fc6fe9cbba31 added: #copyright
Claus Gittinger <cg@exept.de>
parents: 12379
diff changeset
    51
 be provided or otherwise made available to, or used by, any
fc6fe9cbba31 added: #copyright
Claus Gittinger <cg@exept.de>
parents: 12379
diff changeset
    52
 other person.  No title to or ownership of the software is
fc6fe9cbba31 added: #copyright
Claus Gittinger <cg@exept.de>
parents: 12379
diff changeset
    53
 hereby transferred.
fc6fe9cbba31 added: #copyright
Claus Gittinger <cg@exept.de>
parents: 12379
diff changeset
    54
"
fc6fe9cbba31 added: #copyright
Claus Gittinger <cg@exept.de>
parents: 12379
diff changeset
    55
!
fc6fe9cbba31 added: #copyright
Claus Gittinger <cg@exept.de>
parents: 12379
diff changeset
    56
12378
416690a1ffad initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    57
documentation
416690a1ffad initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    58
"
416690a1ffad initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    59
    contains (will, eventually) win32 OS constants.
416690a1ffad initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    60
"
416690a1ffad initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    61
! !
416690a1ffad initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    62
416690a1ffad initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    63
!Win32Constants class methodsFor:'initialization'!
416690a1ffad initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    64
416690a1ffad initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    65
initialize
416690a1ffad initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    66
    "Invoked at system start or when the class is dynamically loaded."
416690a1ffad initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    67
12379
3c014ba09285 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 12378
diff changeset
    68
    FILE_ATTRIBUTE_READONLY := 1.
12378
416690a1ffad initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    69
    FILE_ATTRIBUTE_HIDDEN := 2.
12379
3c014ba09285 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 12378
diff changeset
    70
    FILE_ATTRIBUTE_DIRECTORY := 16.
12378
416690a1ffad initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    71
    FILE_ATTRIBUTE_NORMAL := 128.
416690a1ffad initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    72
    FILE_ATTRIBUTE_TEMPORARY := 256.
13193
Claus Gittinger <cg@exept.de>
parents: 12672
diff changeset
    73
Claus Gittinger <cg@exept.de>
parents: 12672
diff changeset
    74
    LOGPIXELSX := 88.
Claus Gittinger <cg@exept.de>
parents: 12672
diff changeset
    75
    LOGPIXELSY := 90.
Claus Gittinger <cg@exept.de>
parents: 12672
diff changeset
    76
19417
9476ec4abe9a #FEATURE
Claus Gittinger <cg@exept.de>
parents: 13193
diff changeset
    77
    OFN_READONLY := 16r01.
9476ec4abe9a #FEATURE
Claus Gittinger <cg@exept.de>
parents: 13193
diff changeset
    78
    OFN_OVERWRITEPROMPT := 16r2.
9476ec4abe9a #FEATURE
Claus Gittinger <cg@exept.de>
parents: 13193
diff changeset
    79
    OFN_HIDEREADONLY := 16r4.
9476ec4abe9a #FEATURE
Claus Gittinger <cg@exept.de>
parents: 13193
diff changeset
    80
    OFN_NOCHANGEDIR := 16r8.
9476ec4abe9a #FEATURE
Claus Gittinger <cg@exept.de>
parents: 13193
diff changeset
    81
    OFN_SHOWHELP := 16r10.
9476ec4abe9a #FEATURE
Claus Gittinger <cg@exept.de>
parents: 13193
diff changeset
    82
    OFN_ENABLEHOOK := 16r20.
9476ec4abe9a #FEATURE
Claus Gittinger <cg@exept.de>
parents: 13193
diff changeset
    83
    OFN_ENABLETEMPLATE := 16r40.
9476ec4abe9a #FEATURE
Claus Gittinger <cg@exept.de>
parents: 13193
diff changeset
    84
    OFN_ENABLETEMPLATEHANDLE := 16r80.
9476ec4abe9a #FEATURE
Claus Gittinger <cg@exept.de>
parents: 13193
diff changeset
    85
    OFN_NOVALIDATE := 16r100.
9476ec4abe9a #FEATURE
Claus Gittinger <cg@exept.de>
parents: 13193
diff changeset
    86
    OFN_ALLOWMULTISELECT := 16r200.
9476ec4abe9a #FEATURE
Claus Gittinger <cg@exept.de>
parents: 13193
diff changeset
    87
    OFN_EXTENSIONDIFFERENT := 16r400.
9476ec4abe9a #FEATURE
Claus Gittinger <cg@exept.de>
parents: 13193
diff changeset
    88
    OFN_PATHMUSTEXIST := 16r800.
9476ec4abe9a #FEATURE
Claus Gittinger <cg@exept.de>
parents: 13193
diff changeset
    89
    OFN_FILEMUSTEXIST := 16r1000.
9476ec4abe9a #FEATURE
Claus Gittinger <cg@exept.de>
parents: 13193
diff changeset
    90
    OFN_CREATEPROMPT := 16r2000.
9476ec4abe9a #FEATURE
Claus Gittinger <cg@exept.de>
parents: 13193
diff changeset
    91
    OFN_SHAREAWARE := 16r4000.
9476ec4abe9a #FEATURE
Claus Gittinger <cg@exept.de>
parents: 13193
diff changeset
    92
    OFN_NOREADONLYRETURN := 16r8000.
9476ec4abe9a #FEATURE
Claus Gittinger <cg@exept.de>
parents: 13193
diff changeset
    93
    OFN_NOTESTFILECREATE := 16r10000.
9476ec4abe9a #FEATURE
Claus Gittinger <cg@exept.de>
parents: 13193
diff changeset
    94
    OFN_NONETWORKBUTTON := 16r20000.
9476ec4abe9a #FEATURE
Claus Gittinger <cg@exept.de>
parents: 13193
diff changeset
    95
    OFN_NOLONGNAMES := 16r40000.
9476ec4abe9a #FEATURE
Claus Gittinger <cg@exept.de>
parents: 13193
diff changeset
    96
    OFN_EXPLORER := 16r80000.
9476ec4abe9a #FEATURE
Claus Gittinger <cg@exept.de>
parents: 13193
diff changeset
    97
    OFN_NODEREFERENCELINKS := 16r100000.
9476ec4abe9a #FEATURE
Claus Gittinger <cg@exept.de>
parents: 13193
diff changeset
    98
    OFN_LONGNAMES := 16r200000.
9476ec4abe9a #FEATURE
Claus Gittinger <cg@exept.de>
parents: 13193
diff changeset
    99
    OFN_ENABLEINCLUDENOTIFY := 16r400000.
9476ec4abe9a #FEATURE
Claus Gittinger <cg@exept.de>
parents: 13193
diff changeset
   100
    OFN_ENABLESIZING := 16r800000.
9476ec4abe9a #FEATURE
Claus Gittinger <cg@exept.de>
parents: 13193
diff changeset
   101
    OFN_DONTADDTORECENT := 16r2000000.
9476ec4abe9a #FEATURE
Claus Gittinger <cg@exept.de>
parents: 13193
diff changeset
   102
    OFN_FORCESHOWHIDDEN := 16r10000000.
9476ec4abe9a #FEATURE
Claus Gittinger <cg@exept.de>
parents: 13193
diff changeset
   103
    OFN_EX_NOPLACESBAR := 16r1.
9476ec4abe9a #FEATURE
Claus Gittinger <cg@exept.de>
parents: 13193
diff changeset
   104
9476ec4abe9a #FEATURE
Claus Gittinger <cg@exept.de>
parents: 13193
diff changeset
   105
    OFN_SHAREFALLTHROUGH := 16r2.
9476ec4abe9a #FEATURE
Claus Gittinger <cg@exept.de>
parents: 13193
diff changeset
   106
    OFN_SHARENOWARN := 16r1.
9476ec4abe9a #FEATURE
Claus Gittinger <cg@exept.de>
parents: 13193
diff changeset
   107
    OFN_SHAREWARN := 16r0.
9476ec4abe9a #FEATURE
Claus Gittinger <cg@exept.de>
parents: 13193
diff changeset
   108
19498
9a85a0fdb706 #FEATURE
Claus Gittinger <cg@exept.de>
parents: 19417
diff changeset
   109
    FILE_NOTIFY_CHANGE_FILE_NAME := 16r0001.
9a85a0fdb706 #FEATURE
Claus Gittinger <cg@exept.de>
parents: 19417
diff changeset
   110
    FILE_NOTIFY_CHANGE_DIR_NAME := 16r0002.
9a85a0fdb706 #FEATURE
Claus Gittinger <cg@exept.de>
parents: 19417
diff changeset
   111
    FILE_NOTIFY_CHANGE_ATTRIBUTES := 16r0004.
9a85a0fdb706 #FEATURE
Claus Gittinger <cg@exept.de>
parents: 19417
diff changeset
   112
    FILE_NOTIFY_CHANGE_SIZE := 16r0008.
9a85a0fdb706 #FEATURE
Claus Gittinger <cg@exept.de>
parents: 19417
diff changeset
   113
    FILE_NOTIFY_CHANGE_LAST_WRITE := 16r0010.
9a85a0fdb706 #FEATURE
Claus Gittinger <cg@exept.de>
parents: 19417
diff changeset
   114
    FILE_NOTIFY_CHANGE_LAST_ACCESS := 16r0020.
9a85a0fdb706 #FEATURE
Claus Gittinger <cg@exept.de>
parents: 19417
diff changeset
   115
    FILE_NOTIFY_CHANGE_CREATION := 16r0040.
9a85a0fdb706 #FEATURE
Claus Gittinger <cg@exept.de>
parents: 19417
diff changeset
   116
    FILE_NOTIFY_CHANGE_SECURITY := 16r0100.
9a85a0fdb706 #FEATURE
Claus Gittinger <cg@exept.de>
parents: 19417
diff changeset
   117
9a85a0fdb706 #FEATURE
Claus Gittinger <cg@exept.de>
parents: 19417
diff changeset
   118
    FILE_ACTION_ADDED := 16r01.
9a85a0fdb706 #FEATURE
Claus Gittinger <cg@exept.de>
parents: 19417
diff changeset
   119
    FILE_ACTION_REMOVED := 16r02.
9a85a0fdb706 #FEATURE
Claus Gittinger <cg@exept.de>
parents: 19417
diff changeset
   120
    FILE_ACTION_MODIFIED := 16r03.
9a85a0fdb706 #FEATURE
Claus Gittinger <cg@exept.de>
parents: 19417
diff changeset
   121
    FILE_ACTION_RENAMED_OLD_NAME := 16r04.
9a85a0fdb706 #FEATURE
Claus Gittinger <cg@exept.de>
parents: 19417
diff changeset
   122
    FILE_ACTION_RENAMED_NEW_NAME := 16r05.
9a85a0fdb706 #FEATURE
Claus Gittinger <cg@exept.de>
parents: 19417
diff changeset
   123
13193
Claus Gittinger <cg@exept.de>
parents: 12672
diff changeset
   124
    "Modified: / 24-12-2010 / 11:17:57 / cg"
12378
416690a1ffad initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   125
! !
416690a1ffad initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   126
416690a1ffad initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   127
!Win32Constants class methodsFor:'documentation'!
416690a1ffad initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   128
416690a1ffad initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   129
version_CVS
19417
9476ec4abe9a #FEATURE
Claus Gittinger <cg@exept.de>
parents: 13193
diff changeset
   130
    ^ '$Header$'
12378
416690a1ffad initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   131
! !
416690a1ffad initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   132
19417
9476ec4abe9a #FEATURE
Claus Gittinger <cg@exept.de>
parents: 13193
diff changeset
   133
12378
416690a1ffad initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   134
Win32Constants initialize!