mirror of https://github.com/PCSX2/pcsx2.git
gsdx: add an include for MSVC
This commit is contained in:
parent
aff999cf69
commit
545c1d387c
|
@ -21,6 +21,9 @@
|
|||
|
||||
#include "stdafx.h"
|
||||
#include "GSSetting.h"
|
||||
#ifndef __linux__
|
||||
#include "resource.h"
|
||||
#endif
|
||||
|
||||
const char* dialog_message(int ID, bool* updateText) {
|
||||
if (updateText)
|
||||
|
|
Loading…
Reference in New Issue