mirror of
https://github.com/PCSX2/pcsx2.git
synced 2026-09-21 03:55:48 +02:00
dev9null|fwnull|usbnull:windows: Remove snprintf define
Not necessary anymore with recent VS versions.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user