Compile built-in svn in MSVC if 32-bit target is selected

This commit is contained in:
Frederic Bouvier 2011-06-15 08:13:37 +02:00
parent 708ae35068
commit d534dcadfb

View File

@ -155,3 +155,8 @@
#define GLUT_H <GL/glut.h>
#define NOMINMAX 1
#ifndef _M_X64
#define HAVE_SVN_CLIENT_H 1
#define HAVE_LIBSVN_CLIENT_1 1
#endif // _M_AMD64