diff options
| author | nakeee <nakeee@gmail.com> | 2009-05-13 22:23:54 +0000 |
|---|---|---|
| committer | nakeee <nakeee@gmail.com> | 2009-05-13 22:23:54 +0000 |
| commit | b9cdcb18198caabf1a1640e48c0f2cea954edeba (patch) | |
| tree | a753dd7206836a0e1645e90f15477bdcf9c8d0e5 /Source/Core/Common | |
| parent | 176d52871968f763ae827b1f5a45526ae0b33833 (diff) | |
added HAVE_SFML so the code compiles without it
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3221 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/Common')
| -rw-r--r-- | Source/Core/Common/Src/Common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/Common/Src/Common.h b/Source/Core/Common/Src/Common.h index 096776389d..add19817d2 100644 --- a/Source/Core/Common/Src/Common.h +++ b/Source/Core/Common/Src/Common.h @@ -82,6 +82,7 @@ // Since they are always around on windows #define HAVE_WIIUSE 1 #define HAVE_WX 1 + #define HAVE_SFML 1 // #define HAVE_OPENAL 1 namespace |
