mirror of
				https://github.com/kunkundi/crossdesk.git
				synced 2025-10-30 04:50:11 +08:00 
			
		
		
		
	[fix] fix redefinition error on MacOSX
This commit is contained in:
		| @@ -9,7 +9,12 @@ | ||||
|  | ||||
| #include <stdio.h> | ||||
|  | ||||
| typedef enum { mouse = 0, keyboard, audio_capture, host_info } ControlType; | ||||
| typedef enum { | ||||
|   mouse = 0, | ||||
|   keyboard, | ||||
|   audio_capture, | ||||
|   host_infomation | ||||
| } ControlType; | ||||
| typedef enum { move = 0, left_down, left_up, right_down, right_up } MouseFlag; | ||||
| typedef enum { key_down = 0, key_up } KeyFlag; | ||||
| typedef struct { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user