Commit 299546b
Mitsutoshi Aoe
Switch from stdcall to ccall on Windows
Otherwise GHC compliains:
C:\projects\threadscope\GUI\GtkExtras.hs:94:1: warning: [-Wunsupported-calling-conventions]
* the 'stdcall' calling convention is unsupported on this platform,
treating as ccall
* When checking declaration:
foreign import stdcall unsafe "static shlobj.h ShellExecuteA" c_ShellExecuteA
:: Ptr ()
-> CString -> CString -> CString -> CString -> CInt -> IO CInt1 parent 114b5d4 commit 299546b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| |||
0 commit comments