projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Added mappings for a few messages.
[wine]
/
tools
/
winapi
/
winapi_check
1
#! /usr/bin/perl -w
2
3
use strict;
4
5
$0 =~ m%^(.*?/?tools)/winapi/winapi_check$%;
6
exec "$1/winapi_check/winapi_check @ARGV";
7
8