comparison src/os_win32.c @ 14067:39ec4b90e4a7 v8.1.0051

patch 8.1.0051: MS-Windows: missing #endif commit https://github.com/vim/vim/commit/79c6b51e403d4ea755b6637b01d1426a06ca9f9a Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jun 12 21:11:12 2018 +0200 patch 8.1.0051: MS-Windows: missing #endif Problem: MS-Windows: missing #endif. Solution: Add the #endif.
author Christian Brabandt <cb@256bit.org>
date Tue, 12 Jun 2018 21:15:05 +0200
parents e271ca6f32f9
children 4d3f6bf86bec
comparison
equal deleted inserted replaced
14066:57925937db41 14067:39ec4b90e4a7
5320 *((WCHAR*)gap->ga_data + gap->ga_len++) = L'\0'; 5320 *((WCHAR*)gap->ga_data + gap->ga_len++) = L'\0';
5321 } 5321 }
5322 # endif 5322 # endif
5323 } 5323 }
5324 } 5324 }
5325 # endif
5325 } 5326 }
5326 5327
5327 void 5328 void
5328 mch_job_start(char *cmd, job_T *job, jobopt_T *options) 5329 mch_job_start(char *cmd, job_T *job, jobopt_T *options)
5329 { 5330 {