summaryrefslogtreecommitdiff
path: root/compat/win32.h
AgeCommit message (Collapse)AuthorFilesLines
2008-09-30mingw: move common functionality to win32.hLibravatar Dmitry Potapov1-0/+34
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>