소스 검색

Fix compilation with -dEXTDEBUG

git-svn-id: trunk@29197 -
pierre 10 년 전
부모
커밋
dae5ec7c71
1개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
  1. 5 5
      packages/fcl-web/src/jsonrpc/fpdispextdirect.pp

+ 5 - 5
packages/fcl-web/src/jsonrpc/fpdispextdirect.pp

@@ -91,6 +91,11 @@ Type
 
 
 implementation
+{$ifdef EXTDEBUG}
+  uses
+    dbugintf;
+{$endif}
+
 { TCustomExtDirectDispatcher }
 Const
   DefaultNameSpace = 'FPWeb';
@@ -287,10 +292,5 @@ begin
   end;
 end;
 
-
-{$ifdef extdebug}
-uses dbugintf;
-{$endif}
-
 end.