diff options
-rw-r--r-- | include/delphi/m_skin.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/delphi/m_skin.inc b/include/delphi/m_skin.inc index 07c6bca22e..9163305fce 100644 --- a/include/delphi/m_skin.inc +++ b/include/delphi/m_skin.inc @@ -163,6 +163,12 @@ const {
wParam : 0
+ lParam : PWideChar containing the name of the file to play
+ }
+ MS_SKIN_PLAYSOUNDFILE:PAnsiChar = 'Skin/Sounds/PlayFile';
+
+ {
+ wParam : 0
lParam : 0
Affect : Sent when the icons DLL has been changed in the options dialog
and everyone should remake their image lists.
|