mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 23:59:10 +02:00
* fix compilation of wviews unit for go32v2
git-svn-id: trunk@5801 -
This commit is contained in:
parent
d1b6522866
commit
f745a62679
@ -13,7 +13,10 @@
|
|||||||
|
|
||||||
**********************************************************************}
|
**********************************************************************}
|
||||||
{$i globdir.inc}
|
{$i globdir.inc}
|
||||||
{$ifdef USERESSTRINGS}{$mode objfpc}{$endif}
|
{$ifdef USERESSTRINGS}
|
||||||
|
{$mode objfpc}
|
||||||
|
{$endif USERESSTRINGS}
|
||||||
|
|
||||||
unit fpstring;
|
unit fpstring;
|
||||||
|
|
||||||
interface
|
interface
|
||||||
|
@ -11,6 +11,10 @@
|
|||||||
|
|
||||||
**********************************************************************}
|
**********************************************************************}
|
||||||
{$I globdir.inc}
|
{$I globdir.inc}
|
||||||
|
{$ifdef USERESSTRINGS}
|
||||||
|
{$mode objfpc}
|
||||||
|
{$endif USERESSTRINGS}
|
||||||
|
|
||||||
unit WViews;
|
unit WViews;
|
||||||
|
|
||||||
interface
|
interface
|
||||||
@ -300,11 +304,15 @@ const
|
|||||||
);
|
);
|
||||||
{$endif}
|
{$endif}
|
||||||
|
|
||||||
|
{$ifdef USERESSTRINGS}
|
||||||
resourcestring sConfirm='Confirm';
|
resourcestring
|
||||||
sError='Error';
|
{$else}
|
||||||
sInformation='Information';
|
const
|
||||||
sWarning='Warning';
|
{$endif}
|
||||||
|
sConfirm='Confirm';
|
||||||
|
sError='Error';
|
||||||
|
sInformation='Information';
|
||||||
|
sWarning='Warning';
|
||||||
|
|
||||||
const
|
const
|
||||||
MessageDialog : PCenterDialog = nil;
|
MessageDialog : PCenterDialog = nil;
|
||||||
|
Loading…
Reference in New Issue
Block a user