Staging
v0.8.1
Revision a1d33f742515dc70ae99bc3ea1c851729522afc3 authored by Miss Islington (bot) on 12 February 2018, 18:14:08 UTC, committed by Berker Peksag on 12 February 2018, 18:14:08 UTC
The PrintNameOffset field of the reparse data buffer
was treated as a number of characters instead of bytes.

(cherry picked from commit 3c34aad4e7a95913ec7db8e5e948a8fc69047bf7)

Co-authored-by: SSE4 <tomskside@gmail.com>
1 parent 6708be7
Raw File
clean.bat
@echo off
rem A batch program to clean a particular configuration,
rem just for convenience.

call "%~dp0build.bat" -t Clean %*
back to top