mirror of
https://github.com/PCSX2/pcsx2.git
synced 2026-09-22 12:35:45 +02:00
dev9null|fwnull|usbnull:windows: Remove snprintf define
Not necessary anymore with recent VS versions.
This commit is contained in:
@@ -37,9 +37,6 @@ const unsigned char version = PS2E_DEV9_VERSION;
|
||||
const unsigned char revision = 0;
|
||||
const unsigned char build = 5; // increase that with each version
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#define snprintf sprintf_s
|
||||
#endif
|
||||
static char libraryName[256];
|
||||
|
||||
// Our IRQ call.
|
||||
|
||||
Reference in New Issue
Block a user