]> git.ipfire.org Git - thirdparty/git.git/commit - compat/mingw.c
mingw: move common functionality to win32.h
authorDmitry Potapov <dpotapov@gmail.com>
Sat, 27 Sep 2008 08:43:01 +0000 (12:43 +0400)
committerShawn O. Pearce <spearce@spearce.org>
Tue, 30 Sep 2008 21:30:06 +0000 (14:30 -0700)
commit444dc90322fcd1e4ea1cb9c6a46372fa28d8ef9d
tree0caaed814507c026f03f40bdf98dd7de4fbaedf0
parentd2b0708e1a65953ad93a4adfc27938de0f8df252
mingw: move common functionality to win32.h

Some small Win32 specific functions will be shared by MinGW and
Cygwin compatibility layer. Place them into a separate header.

Signed-off-by: Dmitry Potapov <dpotapov@gmail.com>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
compat/mingw.c
compat/win32.h [new file with mode: 0644]