Commit 71498ca87eb9f60e36360166da3a75ed4a3bc598
1 parent
5e918f76
Changing Int32 to Word32 into Message constants
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
calexium_lib/CXM_message_constants.anubis
| ... | ... | @@ -75,6 +75,6 @@ public define Word32 _CXM_GANDI_CREATE_DOMAIN = 0x33771D03. // 'DOMAIN' |
| 75 | 75 | // --> CXM_ACK with 'DOMAIN_HANDLE' (String): Created handle for this domain |
| 76 | 76 | // ************** MF INSTALLER SERVICE ************** |
| 77 | 77 | |
| 78 | -public define Int32 _CXM_INSTALLER_SERVICE_MSG_BASIS= 0x33772000. | |
| 79 | -public define Int32 _CXM_INSTALLER_SERVICE_ID = 0x33772001. | |
| 80 | -public define Int32 _CXM_INSTALLER_REGISTER_APP_ID = 0x33772002. | |
| 78 | +public define Word32 _CXM_INSTALLER_SERVICE_MSG_BASIS= 0x33772000. | |
| 79 | +public define Word32 _CXM_INSTALLER_SERVICE_ID = 0x33772001. | |
| 80 | +public define Word32 _CXM_INSTALLER_REGISTER_APP_ID = 0x33772002. | ... | ... |