dev9null|fwnull|usbnull:windows: Remove snprintf define

Not necessary anymore with recent VS versions.
This commit is contained in:
Jonathan Li
2018-07-12 01:05:09 +01:00
parent 7cdec614c7
commit ac7cbdf6c3
3 changed files with 0 additions and 9 deletions
-3
View File
@@ -25,9 +25,6 @@ const unsigned char version = PS2E_USB_VERSION;
const unsigned char revision = 0;
const unsigned char build = 7; // increase that with each version
#ifdef _MSC_VER
#define snprintf sprintf_s
#endif
static char libraryName[256];
USBcallback USBirq;