diff options
Diffstat (limited to 'include/m_protosvc.h')
-rw-r--r-- | include/m_protosvc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/m_protosvc.h b/include/m_protosvc.h index 715f222da3..09181e5e58 100644 --- a/include/m_protosvc.h +++ b/include/m_protosvc.h @@ -478,7 +478,7 @@ struct PROTOFILERESUME ///////////////////////////////////////////////////////////////////////////////
// Asks protocol for the status message for a status
-// wParam = (WORD) 0 for current status or a status id
+// wParam = (uint16_t)0 for current status or a status id
// lParam = SGMA_xxx
// Returns status msg or NULL if there is none. The protocol have to handle only the current
// status. Handling messages for other statuses is optional.
|