summary refs log tree commit diff stats
path: root/examples/lazarus
diff options
context:
space:
mode:
Diffstat (limited to 'examples/lazarus')
-rwxr-xr-xexamples/lazarus/nimlaz.lpi2
-rw-r--r--examples/lazarus/nimlaz.rc6
2 files changed, 7 insertions, 1 deletions
diff --git a/examples/lazarus/nimlaz.lpi b/examples/lazarus/nimlaz.lpi
index 13417a09a..3b9abd129 100755
--- a/examples/lazarus/nimlaz.lpi
+++ b/examples/lazarus/nimlaz.lpi
@@ -51,7 +51,7 @@
         <ResourceBaseClass Value="Form"/>
         <UnitName Value="Unit1"/>
         <CursorPos X="26" Y="27"/>
-        <TopLine Value="1"/>
+        <TopLine Value="2"/>
         <EditorIndex Value="0"/>
         <UsageCount Value="21"/>
         <Loaded Value="True"/>
diff --git a/examples/lazarus/nimlaz.rc b/examples/lazarus/nimlaz.rc
new file mode 100644
index 000000000..d66bb817c
--- /dev/null
+++ b/examples/lazarus/nimlaz.rc
@@ -0,0 +1,6 @@
+#define RT_MANIFEST  24

+#define CREATEPROCESS_MANIFEST_RESOURCE_ID 1

+#define ISOLATIONAWARE_MANIFEST_RESOURCE_ID 2

+#define ISOLATIONAWARE_NOSTATICIMPORT_MANIFEST_RESOURCE_ID 3

+

+CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "nimlaz.manifest"