annes
2 месяцев назад
committed by
GitHub
Родитель
Сommit
d0dbff4be4
Не найден GPG ключ соответствующий данной подписи
Идентификатор GPG ключа: B5690EEEBB952194
1 измененных файлов:
10 добавлений и
0 удалений
-
src/_cocoalayer.h
|
|
|
@ -1,3 +1,13 @@ |
|
|
|
#ifdef __APPLE__ |
|
|
|
|
|
|
|
#ifdef __cplusplus |
|
|
|
extern "C" { |
|
|
|
#endif |
|
|
|
|
|
|
|
void CocoaSetDockIcon(unsigned char* data, int width, int height); |
|
|
|
|
|
|
|
#ifdef __cplusplus |
|
|
|
} |
|
|
|
#endif |
|
|
|
|
|
|
|
#endif |