Skip to content

Commit 00eaed6

Browse files
committed
Quick.Config registry small changes
1 parent 1d4ecad commit 00eaed6

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Quick.Config.Registry.pas

+7-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Author : Kike Pérez
88
Version : 1.5
99
Created : 21/10/2017
10-
Modified : 25/01/2019
10+
Modified : 12/04/2019
1111
1212
This file is part of QuickLib: https://github.com/exilon/QuickLib
1313
@@ -58,6 +58,12 @@ interface
5858

5959
type
6060

61+
{$IFNDEF FPC}
62+
TNotSerializableProperty = Quick.Json.Serializer.TNotSerializableProperty;
63+
TCommentProperty = Quick.Json.Serializer.TCommentProperty;
64+
TCustomNameProperty = Quick.Json.Serializer.TCustomNameProperty;
65+
{$ENDIF}
66+
6167
TAppConfigRegistryProvider = class(TAppConfigProvider)
6268
private
6369
fRootKey : HKEY;

0 commit comments

Comments
 (0)