mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 06:49:27 +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}
|
||||
{$ifdef USERESSTRINGS}{$mode objfpc}{$endif}
|
||||
{$ifdef USERESSTRINGS}
|
||||
{$mode objfpc}
|
||||
{$endif USERESSTRINGS}
|
||||
|
||||
unit fpstring;
|
||||
|
||||
interface
|
||||
|
@ -11,6 +11,10 @@
|
||||
|
||||
**********************************************************************}
|
||||
{$I globdir.inc}
|
||||
{$ifdef USERESSTRINGS}
|
||||
{$mode objfpc}
|
||||
{$endif USERESSTRINGS}
|
||||
|
||||
unit WViews;
|
||||
|
||||
interface
|
||||
@ -300,11 +304,15 @@ const
|
||||
);
|
||||
{$endif}
|
||||
|
||||
|
||||
resourcestring sConfirm='Confirm';
|
||||
sError='Error';
|
||||
sInformation='Information';
|
||||
sWarning='Warning';
|
||||
{$ifdef USERESSTRINGS}
|
||||
resourcestring
|
||||
{$else}
|
||||
const
|
||||
{$endif}
|
||||
sConfirm='Confirm';
|
||||
sError='Error';
|
||||
sInformation='Information';
|
||||
sWarning='Warning';
|
||||
|
||||
const
|
||||
MessageDialog : PCenterDialog = nil;
|
||||
|
Loading…
Reference in New Issue
Block a user