mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-01-30 12:32:43 +00:00
unix preprocessor define typo fixed
This commit is contained in:
parent
82f31b6436
commit
383f6aff2b
@ -11,7 +11,7 @@ void InitProcTable()
|
||||
#undef OPENGL_PROC
|
||||
#undef OPENGL_PROC2
|
||||
#endif
|
||||
#ifdef __UNIX__
|
||||
#ifdef __unix__
|
||||
glewExperimental = true;
|
||||
glewInit();
|
||||
#endif
|
||||
|
@ -31,7 +31,7 @@
|
||||
#include <wx/msw/wrapwin.h>
|
||||
#endif
|
||||
|
||||
#ifdef __UNIX__
|
||||
#ifdef __unix__
|
||||
#include <X11/Xlib.h>
|
||||
#endif
|
||||
|
||||
@ -180,7 +180,7 @@ void Rpcs3App::SendDbgCommand(DbgCommand id, CPUThread* thr)
|
||||
|
||||
Rpcs3App::Rpcs3App()
|
||||
{
|
||||
#if defined(__UNIX__) && !defined(__APPLE__)
|
||||
#if defined(__unix__) && !defined(__APPLE__)
|
||||
XInitThreads();
|
||||
#endif
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user