mirror of https://github.com/PCSX2/pcsx2.git
dev9null|fwnull|usbnull:windows: Remove snprintf define
Not necessary anymore with recent VS versions.
This commit is contained in:
parent
7cdec614c7
commit
ac7cbdf6c3
|
@ -27,9 +27,6 @@ const u8 version = PS2E_FW_VERSION;
|
||||||
const u8 revision = 0;
|
const u8 revision = 0;
|
||||||
const u8 build = 7; // increase that with each version
|
const u8 build = 7; // increase that with each version
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
|
||||||
#define snprintf sprintf_s
|
|
||||||
#endif
|
|
||||||
static char libraryName[256];
|
static char libraryName[256];
|
||||||
|
|
||||||
string s_strIniPath = "inis";
|
string s_strIniPath = "inis";
|
||||||
|
|
|
@ -25,9 +25,6 @@ const unsigned char version = PS2E_USB_VERSION;
|
||||||
const unsigned char revision = 0;
|
const unsigned char revision = 0;
|
||||||
const unsigned char build = 7; // increase that with each version
|
const unsigned char build = 7; // increase that with each version
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
|
||||||
#define snprintf sprintf_s
|
|
||||||
#endif
|
|
||||||
static char libraryName[256];
|
static char libraryName[256];
|
||||||
|
|
||||||
USBcallback USBirq;
|
USBcallback USBirq;
|
||||||
|
|
|
@ -37,9 +37,6 @@ const unsigned char version = PS2E_DEV9_VERSION;
|
||||||
const unsigned char revision = 0;
|
const unsigned char revision = 0;
|
||||||
const unsigned char build = 5; // increase that with each version
|
const unsigned char build = 5; // increase that with each version
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
|
||||||
#define snprintf sprintf_s
|
|
||||||
#endif
|
|
||||||
static char libraryName[256];
|
static char libraryName[256];
|
||||||
|
|
||||||
// Our IRQ call.
|
// Our IRQ call.
|
||||||
|
|
Loading…
Reference in New Issue