Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
cf2c44b8
Commit
cf2c44b8
authored
Mar 24, 2005
by
simonmar
Browse files
[project @ 2005-03-24 09:19:52 by simonmar]
__hscore_getFolderPath is ccall, not stdcall.
parent
6189bc57
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/lib/compat/Compat/Directory.hs
View file @
cf2c44b8
...
...
@@ -55,7 +55,7 @@ getAppUserDataDirectory appName = do
#
endif
#
if
__GLASGOW_HASKELL__
&&
defined
(
mingw32_HOST_OS
)
foreign
import
std
call
unsafe
"directory.h __hscore_getFolderPath"
foreign
import
c
call
unsafe
"directory.h __hscore_getFolderPath"
c_SHGetFolderPath
::
Ptr
()
->
CInt
->
Ptr
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment