The MASM Forum Archive 2004 to 2012

Project Support Forums => MASM32 => WINDOWS.INC Project => Topic started by: jdoe on December 16, 2008, 12:12:03 AM

Title: Wrong value for the CDN_ constants from commdlg.h
Post by: jdoe on December 16, 2008, 12:12:03 AM

While I was playing with masm, jwasm, windows.inc and my own include files, I notice that windows.inc remove the CDN_FIRST (-601) from the CDN_ constants. It seems that few more errors were raised but for now that's what I have...


commdlg.inc

Quote

CDN_FILEOK          EQU (CDN_FIRST-5)
CDN_INITDONE        EQU (CDN_FIRST-0)
CDN_SELCHANGE       EQU (CDN_FIRST-1)
CDN_FOLDERCHANGE    EQU (CDN_FIRST-2)
CDN_SHAREVIOLATION  EQU (CDN_FIRST-3)
CDN_TYPECHANGE      EQU (CDN_FIRST-6)
CDN_INCLUDEITEM     EQU (CDN_FIRST-7)


Title: Re: Wrong value for the CDN_ constants from commdlg.h
Post by: hutch-- on December 16, 2008, 01:46:43 AM
JD,

Gratsie.