summaryrefslogtreecommitdiffhomepage
path: root/dev/base/RunDLL64/src
diff options
context:
space:
mode:
authorAmlal <amlal@el-mahrouss-logic.com>2024-09-27 11:42:55 +0200
committerAmlal <amlal@el-mahrouss-logic.com>2024-09-27 11:42:55 +0200
commit28dcc76e2e93817a5e4a4ceef0479fd8ac7399c9 (patch)
tree4ca252d938095b0ef054836c900d25b758379a61 /dev/base/RunDLL64/src
parent8db6fc60063757628f92bd1c4d4855775f4ff9e2 (diff)
parentf34d39946213f68c4d49c47eaaedb99b0f5f47ad (diff)
Merge branch 'unstable' of gitlab.com:mahrouss/zka-dev into unstable
Diffstat (limited to 'dev/base/RunDLL64/src')
-rw-r--r--dev/base/RunDLL64/src/dll.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/dev/base/RunDLL64/src/dll.cxx b/dev/base/RunDLL64/src/dll.cxx
index 560a404d..ece370dc 100644
--- a/dev/base/RunDLL64/src/dll.cxx
+++ b/dev/base/RunDLL64/src/dll.cxx
@@ -1,3 +1,7 @@
+/*
+ * Copyright (c) 2024 ZKA Technologies
+ */
+
#include <sci/sci_base.hxx>
typedef int (*MainKind)(int, char**);