diff options
author | Ramsay Jones <ramsay@ramsay1.demon.co.uk> | 2010-05-13 20:53:58 +0100 |
---|---|---|
committer | Ramsay Jones <ramsay@ramsay1.demon.co.uk> | 2010-06-07 19:44:55 +0100 |
commit | bc874e116fb4e785081344c2ae39aed3bd072288 (patch) | |
tree | 28c77740506e6099df65d8c7d40f9800c9574068 /src/commit.c | |
parent | e04529998989ba8ae3419538dd57969af819b241 (diff) | |
download | libgit2-bc874e116fb4e785081344c2ae39aed3bd072288.tar.gz |
msvc: Select the "fast" definition of the {get,put}_be32() macros
On Intel machines, the msvc compiler defines the CPU architecture
macros _M_IX86 and _M_X64 (equivalent to __i386__ and __x86_64__
respectively). Use these macros in the pre-processor expression
to select the "fast" definition of the {get,put}_be32() macros.
Signed-off-by: Ramsay Jones <ramsay@ramsay1.demon.co.uk>
Diffstat (limited to 'src/commit.c')
0 files changed, 0 insertions, 0 deletions