summaryrefslogtreecommitdiff
path: root/softwords/win32.fr
diff options
context:
space:
mode:
Diffstat (limited to 'softwords/win32.fr')
-rw-r--r--softwords/win32.fr10
1 files changed, 0 insertions, 10 deletions
diff --git a/softwords/win32.fr b/softwords/win32.fr
deleted file mode 100644
index b34f4e329481b..0000000000000
--- a/softwords/win32.fr
+++ /dev/null
@@ -1,10 +0,0 @@
-\ **
-\ ** win32.fr
-\ ** submitted by Larry Hastings, larry@hastings.org
-\ **
-
-
-\ ** simple wrappers for callnativeFunction that specify the calling convention
-: callcfunction 1 callnativeFunction ;
-: callpascalfunction 0 callnativeFunction ;
-