mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 14:30:57 +00:00
CS_NOKEYCVT is used to set Classname to Version when calling to register class.
svn path=/trunk/; revision=34399
This commit is contained in:
parent
6299128828
commit
f1cf84c7f1
1 changed files with 1 additions and 1 deletions
|
@ -639,7 +639,7 @@ extern "C" {
|
|||
#define CS_BYTEALIGNCLIENT 4096
|
||||
#define CS_BYTEALIGNWINDOW 8192
|
||||
#define CS_KEYCVTWINDOW 4
|
||||
#define CS_NOKEYCVT 256
|
||||
#define CS_NOKEYCVT 256 // Class Name to Version
|
||||
#define CS_CLASSDC 64
|
||||
#define CS_DBLCLKS 8
|
||||
#define CS_GLOBALCLASS 16384
|
||||
|
|
Loading…
Reference in a new issue