1
0
mirror of https://github.com/preble/libpinproc synced 2026-02-24 18:25:23 +01:00

Continued improvements for MSVC builds. Reworked CmakeLists.txt and simplified ifdefs in PRHardware.cpp

This commit is contained in:
Gerry Stellenberg
2011-01-10 17:01:51 -06:00
parent 1a82212cb4
commit 9af691d70a
3 changed files with 259 additions and 154 deletions

View File

@@ -35,7 +35,7 @@
#include <string.h>
#include "PRDevice.h"
#if defined(_MSC_VER) && (_MSC_VER < 1300)
#if defined(_MSC_VER) && (_MSC_VER < 1400)
#define vsnprintf _vsnprintf
#endif