fixed 64bit build error on dibs 46/18046/1
authorsungmin ha <sungmin82.ha@samsung.com>
Fri, 14 Mar 2014 09:23:39 +0000 (18:23 +0900)
committersungmin ha <sungmin82.ha@samsung.com>
Fri, 14 Mar 2014 09:24:57 +0000 (18:24 +0900)
Change-Id: Ie3e0450575c8cc6d12feb24a52ac35f264c868ad
Signed-off-by: sungmin ha <sungmin82.ha@samsung.com>
spice-common/spice-protocol/spice/enums.h
spice-common/spice-protocol/spice/protocol.h

index 0cd62e3..f5ad841 100644 (file)
@@ -499,14 +499,14 @@ enum {
     SPICE_MSGC_INPUTS_MOUSE_POSITION,
     SPICE_MSGC_INPUTS_MOUSE_PRESS,
     SPICE_MSGC_INPUTS_MOUSE_RELEASE,
-#ifdef CONFIG_MARU
+
+/* for MARU */
     SPICE_MSGC_INPUTS_HWKEY_DOWN = 121,
     SPICE_MSGC_INPUTS_HWKEY_UP,
     SPICE_MSGC_INPUTS_ROTATION_TYPE,
     SPICE_MSGC_INPUTS_HOSTKBD_ONOFF,
     SPICE_MSGC_INPUTS_CLOSE_TYPE,
     SPICE_MSGC_INPUTS_SDB_PORT,
-#endif
 
     SPICE_MSGC_END_INPUTS
 };
index 6eb1fe8..6453d07 100644 (file)
@@ -73,9 +73,8 @@ typedef struct SPICE_ATTR_PACKED SpiceLinkReply {
     uint32_t num_common_caps;
     uint32_t num_channel_caps;
     uint32_t caps_offset;
-#ifdef CONFIG_MARU
+/* for MARU */
     uint32_t sdb_port;
-#endif
 } SpiceLinkReply;
 
 typedef struct SPICE_ATTR_PACKED SpiceLinkEncryptedTicket {