mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-15 18:59:32 +02:00
* renamed messages unit to cmsgs to avoid conflicts with the
win32 messages unit
This commit is contained in:
parent
7db13ea48f
commit
07495c8526
compiler
@ -20,7 +20,7 @@
|
||||
|
||||
****************************************************************************
|
||||
}
|
||||
unit messages;
|
||||
unit cmsgs;
|
||||
|
||||
{$i defines.inc}
|
||||
|
||||
@ -443,7 +443,11 @@ end;
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.10 2001-06-03 20:21:08 peter
|
||||
Revision 1.1 2001-08-20 10:58:48 florian
|
||||
* renamed messages unit to cmsgs to avoid conflicts with the
|
||||
win32 messages unit
|
||||
|
||||
Revision 1.10 2001/06/03 20:21:08 peter
|
||||
* Kylix fixes, mostly case names of units
|
||||
|
||||
Revision 1.9 2001/05/27 14:30:55 florian
|
@ -75,7 +75,7 @@ uses
|
||||
dos,
|
||||
{$endif Delphi}
|
||||
version,
|
||||
cutils,messages
|
||||
cutils,cmsgs
|
||||
{$ifdef BrowserLog}
|
||||
,browlog
|
||||
{$endif BrowserLog}
|
||||
@ -1597,7 +1597,11 @@ finalization
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.55 2001-08-19 11:22:23 peter
|
||||
Revision 1.56 2001-08-20 10:58:48 florian
|
||||
* renamed messages unit to cmsgs to avoid conflicts with the
|
||||
win32 messages unit
|
||||
|
||||
Revision 1.55 2001/08/19 11:22:23 peter
|
||||
* palmos support from v10 merged
|
||||
|
||||
Revision 1.54 2001/08/12 17:57:06 peter
|
||||
|
@ -32,7 +32,7 @@ interface
|
||||
uses
|
||||
cutils,
|
||||
globals,finput,
|
||||
messages;
|
||||
cmsgs;
|
||||
|
||||
{$ifndef EXTERN_MSG}
|
||||
{$i msgtxt.inc}
|
||||
@ -680,7 +680,11 @@ var
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.15 2001-08-04 10:23:55 peter
|
||||
Revision 1.16 2001-08-20 10:58:49 florian
|
||||
* renamed messages unit to cmsgs to avoid conflicts with the
|
||||
win32 messages unit
|
||||
|
||||
Revision 1.15 2001/08/04 10:23:55 peter
|
||||
* updates so it works with the ide
|
||||
|
||||
Revision 1.14 2001/05/27 14:30:55 florian
|
||||
|
Loading…
Reference in New Issue
Block a user