diff options
| author | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-10-09 13:06:53 +0200 |
|---|---|---|
| committer | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-10-09 13:06:53 +0200 |
| commit | 122681ad5bc13ceece505e030a1141d2ae76c252 (patch) | |
| tree | 92a3647489f17d51d62344233bb91b61e15270f1 /dev/base/View/src/pdf.cxx | |
| parent | 2a51866f3f39d4ebf0fd2d132cfad1e2962d1236 (diff) | |
IMP: Implemented SCI Memory Manager following functions: MmFillMemory
and MmCopyMemory.
Signed-off-by: Amlal EL Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'dev/base/View/src/pdf.cxx')
| -rw-r--r-- | dev/base/View/src/pdf.cxx | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/dev/base/View/src/pdf.cxx b/dev/base/View/src/pdf.cxx new file mode 100644 index 00000000..11f32a8a --- /dev/null +++ b/dev/base/View/src/pdf.cxx @@ -0,0 +1,7 @@ +/* ------------------------------------------- + + Copyright ZKA Technologies. + +------------------------------------------- */ + +#include <View/pdf.hxx> |
