Made IKeyResource OSX specific #2765

This commit is contained in:
Jerry (Xinyu Hou) 2016-05-05 14:31:49 +01:00
parent 6d2040b698
commit 8003c4a2ad
3 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "synergy/IKeyResource.h"
#include "platform/OSXIKeyResource.h"
#include <Carbon/Carbon.h>

View File

@ -18,7 +18,7 @@
#pragma once
#include "synergy/KeyState.h"
#include "synergy/IKeyResource.h"
#include "platform/OSXIKeyResource.h"
#include <Carbon/Carbon.h>