mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-30 18:49:13 +02:00
Minor fixes. Use OutputDebugString for native logging on Windows.
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
#include <windows.h>
|
||||
#include <string.h>
|
||||
#include <stdarg.h>
|
||||
#include <errno.h>
|
||||
@@ -15,6 +16,10 @@
|
||||
#define strcasecmp _stricmp
|
||||
#endif
|
||||
|
||||
void __ods__(const char *p) {
|
||||
OutputDebugString(p);
|
||||
}
|
||||
|
||||
unsigned int parseHex(const char *_szValue)
|
||||
{
|
||||
int Value = 0;
|
||||
|
||||
Reference in New Issue
Block a user