lcore.org gitweb
/
lcore.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
removed incorrect executable status from files
[lcore.git]
/
lmessages.pas
diff --git
a/lmessages.pas
b/lmessages.pas
old mode 100755
(executable)
new mode 100644
(file)
index
39f6f92
..
3edc463
--- a/
lmessages.pas
+++ b/
lmessages.pas
@@
-73,6
+73,7
@@
type
const
\r
WS_EX_TOOLWINDOW = $80;
\r
WS_POPUP = longint($80000000);
\r
+ CW_USEDEFAULT=$80000000;
\r
hinstance=nil;
\r
PM_REMOVE = 1;
\r
WM_USER = 1024;
\r