diff options
Diffstat (limited to '')
-rw-r--r-- | src/WindowsEnv/Utils.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/WindowsEnv/Utils.hs b/src/WindowsEnv/Utils.hs index 4432a95..2dffaef 100644 --- a/src/WindowsEnv/Utils.hs +++ b/src/WindowsEnv/Utils.hs @@ -18,6 +18,8 @@ import qualified System.Win32.Types as WinAPI #include "ccall.h" +-- SendNotifyMessage isn't provided by Win32 (as of version 2.4.0.0). + foreign import WINDOWS_ENV_CCALL "Windows.h SendNotifyMessageW" c_SendNotifyMessage :: WinAPI.HWND -> WinAPI.WindowMessage -> WinAPI.WPARAM -> WinAPI.LPARAM -> IO WinAPI.LRESULT |