From f0a3c583c80dc922edf70347cb493dff0bb5709a Mon Sep 17 00:00:00 2001 From: Amlal Date: Wed, 28 Aug 2024 19:40:36 +0200 Subject: [IMP] RunSCM, RunDLL64 programs, needs SCI.dll to implement these functions though. [WIP] WRenderer DLL, which takes care of Window rendering, add UIRenderView class. - Note that this DLL is used internally by the shell, it shouldn't be linked with. Signed-off-by: Amlal --- dev/DLL/EncryptFS/EncryptFS.hxx | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 dev/DLL/EncryptFS/EncryptFS.hxx (limited to 'dev/DLL/EncryptFS/EncryptFS.hxx') diff --git a/dev/DLL/EncryptFS/EncryptFS.hxx b/dev/DLL/EncryptFS/EncryptFS.hxx new file mode 100644 index 00000000..4aa82666 --- /dev/null +++ b/dev/DLL/EncryptFS/EncryptFS.hxx @@ -0,0 +1,22 @@ +/* ------------------------------------------- + + Copyright ZKA Technologies. + + File: Encrypt.hxx + Purpose: Encrypted File System + + Revision History: + + 8/8/2024: Added file (amlel) + +------------------------------------------- */ + +#pragma once + +#include + +namespace EncryptFS +{ + using namespace Kernel; + +} \ No newline at end of file -- cgit v1.2.3