summaryrefslogtreecommitdiffstats
path: root/windows/autohotkey/Source/Methods-Unicode.ahk
diff options
context:
space:
mode:
authordennis <dennis@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2008-09-16 16:13:15 +0000
committerdennis <dennis@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2008-09-16 16:13:15 +0000
commit923d09deb161aa4a8702c1658ba4349cd9477f0e (patch)
tree5b308f51bbd51ac537d08164e74909b00d067dcd /windows/autohotkey/Source/Methods-Unicode.ahk
parent6a5a5759873d82bf78362fbbca04ada55fb9bf17 (diff)
Alle .ahk-Dateien enden jetzt mit mindestens zwei Leezeilen; ein Überbleibsel aus dem Build-Skript entfernt.
git-svn-id: https://svn.neo-layout.org@897 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'windows/autohotkey/Source/Methods-Unicode.ahk')
-rw-r--r--windows/autohotkey/Source/Methods-Unicode.ahk2
1 files changed, 2 insertions, 0 deletions
diff --git a/windows/autohotkey/Source/Methods-Unicode.ahk b/windows/autohotkey/Source/Methods-Unicode.ahk
index 161e01c..4918940 100644
--- a/windows/autohotkey/Source/Methods-Unicode.ahk
+++ b/windows/autohotkey/Source/Methods-Unicode.ahk
@@ -31,3 +31,5 @@ SendUnicodeChar(charCode1, charCode2) {
EncodeInteger(ref,val) {
DllCall("ntdll\RtlFillMemoryUlong","Uint",ref,"Uint",4,"Uint",val)
}
+
+