fix, win32 compilation broken since b3d489d

This commit is contained in:
Basile Burg 2016-02-03 17:59:41 +01:00
parent 467d7abeb1
commit b85f3f8f29
7 changed files with 8 additions and 8 deletions

View File

@ -14,7 +14,7 @@
**********************************************************************}
{$mode objfpc}
{$h+}
unit fpjson;
unit xfpjson;
interface

View File

@ -5,7 +5,7 @@ unit fpjsonrtti;
interface
uses
Classes, SysUtils, contnrs, typinfo, fpjson, rttiutils, jsonparser;
Classes, SysUtils, contnrs, typinfo, xfpjson, rttiutils, xjsonparser;
Const
RFC3339DateTimeFormat = 'yyyy"-"mm"-"dd"T"hh":"nn":"ss';

View File

@ -28,7 +28,7 @@ unit jsonConf;
interface
uses
SysUtils, Classes, fpjson, jsonscanner, jsonparser;
SysUtils, Classes, xfpjson, xjsonscanner, xjsonparser;
type

View File

@ -14,12 +14,12 @@
**********************************************************************}
{$mode objfpc}
{$h+}
unit jsonparser;
unit xjsonparser;
interface
uses
Classes, SysUtils, fpJSON, jsonscanner;
Classes, SysUtils, xfpJSON, xjsonscanner;
Type

View File

@ -15,7 +15,7 @@
{$mode objfpc}
{$h+}
unit jsonscanner;
unit xjsonscanner;
interface

View File

@ -5,7 +5,7 @@ unit ce_dubproject;
interface
uses
Classes, SysUtils, fpjson, jsonparser, jsonscanner, process, strutils, LazFileUtils,
Classes, SysUtils, xfpjson, xjsonparser, xjsonscanner, process, strutils, LazFileUtils,
ce_common, ce_interfaces, ce_observer, ce_dialogs, ce_processes;
type

View File

@ -6,7 +6,7 @@ interface
uses
Classes, SysUtils, FileUtil, TreeFilterEdit, Forms, Controls, Graphics,
Dialogs, ExtCtrls, Menus, StdCtrls, Buttons, ComCtrls, jsonparser, fpjson,
Dialogs, ExtCtrls, Menus, StdCtrls, Buttons, ComCtrls, xjsonparser, xfpjson,
ce_widget, ce_common, ce_interfaces, ce_observer, ce_dubproject, ce_sharedres;
type