mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 09:09:30 +02:00
* Fixed compilation with dmwdebug define
git-svn-id: trunk@17278 -
This commit is contained in:
parent
49f87b6d6b
commit
91c824abbc
@ -357,6 +357,10 @@ resourcestring
|
||||
|
||||
implementation
|
||||
|
||||
{$IFDEF WMDEBUG}
|
||||
uses dbugintf;
|
||||
{$ENDIF}
|
||||
|
||||
function CreateJSONErrorObject(Const AMessage : String; Const ACode : Integer) : TJSONObject;
|
||||
|
||||
begin
|
||||
@ -1014,7 +1018,7 @@ Var
|
||||
|
||||
begin
|
||||
Result:=Nil;
|
||||
{$ifdef wmdebug}SendDebug(Format('Creating instance for %s',[Self.ProviderName]));{$endif}
|
||||
{$ifdef wmdebug}SendDebug(Format('Creating instance for %s',[Self.HandlerMethodName]));{$endif}
|
||||
If Assigned(FDataModuleClass) then
|
||||
begin
|
||||
{$ifdef wmdebug}SendDebug(Format('Creating datamodule from class %d ',[Ord(Assigned(FDataModuleClass))]));{$endif}
|
||||
|
Loading…
Reference in New Issue
Block a user