1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-11-24 11:37:32 +03:00
vimr/NvimView/NvimServer/foundation_shim.h
2019-03-25 10:35:55 +01:00

15 lines
284 B
C

/**
* Tae Won Ha - http://taewon.de - @hataewon
* See LICENSE
*/
#ifndef NVIMSERVER_FOUNDATION_SHIM_H
#define NVIMSERVER_FOUNDATION_SHIM_H
#include <CoreFoundation/CoreFoundation.h>
#define NSInteger long
#define NSUInteger unsigned long
#endif // NVIMSERVER_FOUNDATION_SHIM_H