* ugly workaround to avoid range check warnings. (4811, 4723)

git-svn-id: trunk@2888 -
This commit is contained in:
marco 2006-03-12 16:24:46 +00:00
parent 744c7a4acc
commit 548872e61c

View File

@ -658,7 +658,7 @@
TAPE_SETMARKS = 0;
TAPE_SHORT_FILEMARKS = $2;
{ CreateWindow }
CW_USEDEFAULT = $80000000;
CW_USEDEFAULT = longint($80000000);
WS_BORDER = $800000;
WS_CAPTION = $c00000;
WS_CHILD = $40000000;