src/win32/precompiled.h


Log

Author Commit Date CI Message
Patrick Steinhardt 8aaa9fb6 2016-06-20T18:21:42 win32: rename pthread.{c,h} to thread.{c,h} The old pthread-file did re-implement the pthreads API with exact symbol matching. As the thread-abstraction has now been split up between Unix- and Windows-specific files within the `git_` namespace to avoid symbol-clashes between libgit2 and pthreads, the rewritten wrappers have nothing to do with pthreads anymore. Rename the Windows-specific pthread-files to honor this change.
Edward Thomson 5588f073 2013-12-09T10:25:36 Clean up warnings
Ben Straub e12618b1 2013-08-13T09:22:53 Add some things to precompiled header
Ben Straub 73aaf674 2012-06-13T14:22:33 Precompile headers for MSVC.