gsdx: add an include for MSVC

This commit is contained in:
Gregory Hainaut 2015-04-16 22:28:09 +02:00
parent aff999cf69
commit 545c1d387c
1 changed files with 3 additions and 0 deletions

View File

@ -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)