Add MSVC support to futures/Deprecated.h
authorOrvid King <blah38621@gmail.com>
Mon, 3 Aug 2015 19:36:24 +0000 (12:36 -0700)
committerfacebook-github-bot-4 <folly-bot@fb.com>
Mon, 3 Aug 2015 20:22:13 +0000 (13:22 -0700)
commitcbaaa2db9b6b5e4873af7ce67d2a1631c012f08e
tree1e2f1119c3cd443ba311231f54a8757e3817a929
parentb5338e82505238ec3f4d4639098127e326344870
Add MSVC support to futures/Deprecated.h

Summary: It was originally unconditionally useing `__attribute__` syntax, so this makes it conditionally use the `__declspec` syntax.
Closes #268

Reviewed By: @yfeldblum

Differential Revision: D2283909

Pulled By: @sgolemon
folly/Makefile.am
folly/Portability.h
folly/futures/Deprecated.h [deleted file]
folly/futures/Future.h
folly/futures/Promise.h
folly/futures/SharedPromise.h
folly/futures/Try.h
folly/futures/helpers.h