-
-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merged revision(s) 3063 from SourceForge:
Correção de Driver FireDAC.
- Loading branch information
1 parent
38ab2b7
commit 80aeca8
Showing
7 changed files
with
329 additions
and
464 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
785 changes: 321 additions & 464 deletions
785
CORE/Packages/Delphi/Drivers/FireDAC/RESTDWDriverFireDAC.dproj
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
TRESTDWDriverFD BITMAP ..\..\..\..\Images\icons\components\TRESTDWDriverFD.bmp | ||
TRESTDWDriverFD16 BITMAP ..\..\..\..\Images\icons\components\TRESTDWDriverFD16.bmp |
2 changes: 2 additions & 0 deletions
2
CORE/Packages/Delphi/Drivers/FireDAC/RESTDWDriverFireDACResource.rc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
TRESTDWDriverFD BITMAP "..\\..\\..\\..\\Images\\icons\\components\\TRESTDWDriverFD.bmp" | ||
TRESTDWDriverFD16 BITMAP "..\\..\\..\\..\\Images\\icons\\components\\TRESTDWDriverFD16.bmp" |
Binary file not shown.