diff options
Diffstat (limited to 'ghc/interpreter/dynamic.h')
-rw-r--r-- | ghc/interpreter/dynamic.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ghc/interpreter/dynamic.h b/ghc/interpreter/dynamic.h deleted file mode 100644 index 9534312928..0000000000 --- a/ghc/interpreter/dynamic.h +++ /dev/null @@ -1,4 +0,0 @@ - -extern void* getDLLSymbol Args((Int,String,String)); -extern Bool stdcallAllowed Args((void)); - |