Mercurial > vim
view pixmaps/tb_save.xpm @ 24196:1040b294bfd3 v8.2.2639
patch 8.2.2639: build failure when fsync() is not available
Commit: https://github.com/vim/vim/commit/5ea79a2599d35f75e1ae8a75d2711c754c4cb7c4
Author: Bram Moolenaar <Bram@vim.org>
Date: Mon Mar 22 16:45:35 2021 +0100
patch 8.2.2639: build failure when fsync() is not available
Problem: Build failure when fsync() is not available.
Solution: Add #ifdef.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Mon, 22 Mar 2021 17:00:03 +0100 |
parents | 3fc0f57ecb91 |
children |
line wrap: on
line source
/* XPM */ static char * tb_save_xpm[] = { /* width height ncolors cpp [x_hot y_hot] */ "18 18 5 1 0 0", /* colors */ " s none m none c none", ". s iconColor1 m black c #000000", "X s iconGray2 m none c #bdbdbd", "o s iconColor2 m none c #FFFFFF", "O s bottomShadowColor m black c #5D6069", /* pixels */ " ", " .............. ", " .X.oooooooo.o. ", " .X.oooooooo...O ", " .X.oooooooo.X.O ", " .X.oooooooo.X.O ", " .X.oooooooo.X.O ", " .X.oooooooo.X.O ", " .XX........XX.O ", " .XXXXXXXXXXXX.O ", " .XX.........X.O ", " .XX......oo.X.O ", " .XX......oo.X.O ", " .XX......oo.X.O ", " .............O ", " OOOOOOOOOOOOO ", " ", " "};