HomePhabricator

Remove include of windows.h from allocators.h
d8315d165037Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

Remove include of windows.h from allocators.h

Create an allocators.cpp, and move all of the #ifdef WIN32
code and the #include of windows.h into it.

Two motives for this cleanup:

  1. I'm getting a weird error in windows.h in my smartfee branch.
  2. allocators.h is included (indirectly) just about everywhere, so

this should speed up Windows compiles quite a lot.

Details

Provenance
Gavin Andresen <gavinandresen@gmail.com>Authored on Oct 9 2013, 06:45
deadalnixPushed on May 14 2017, 22:04
Parents
rABC26002aa444d4: Merge pull request #3068 from Diapolo/qt-icon
Branches
Unknown
Tags
Unknown

Event Timeline

Gavin Andresen <gavinandresen@gmail.com> committed rABCd8315d165037: Remove include of windows.h from allocators.h (authored by Gavin Andresen <gavinandresen@gmail.com>).Oct 9 2013, 06:48