diff options
| author | SND\ckain_cp <SND\ckain_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-05-17 14:30:29 +0000 |
|---|---|---|
| committer | SND\ckain_cp <SND\ckain_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-05-17 14:30:29 +0000 |
| commit | 66b0d41ba3c5096e46b00bece6f503484ec2ff5d (patch) | |
| tree | 1ddcfaa83f64ab747c79173b468b05cf75251109 /win32/plugins/peopsxgl/gpuPeopsOpenGL.rc | |
| parent | 613739424ff29b6975d1c2a7094fda75d8079468 (diff) | |
| download | pcsxr-66b0d41ba3c5096e46b00bece6f503484ec2ff5d.tar.gz | |
Win32: Use MFC if it is available. Otherwise Windows headers and recources. Now can be build on Visual Studio Express edition.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@84774 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'win32/plugins/peopsxgl/gpuPeopsOpenGL.rc')
| -rwxr-xr-x | win32/plugins/peopsxgl/gpuPeopsOpenGL.rc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/win32/plugins/peopsxgl/gpuPeopsOpenGL.rc b/win32/plugins/peopsxgl/gpuPeopsOpenGL.rc index 9972c1d3..704476c8 100755 --- a/win32/plugins/peopsxgl/gpuPeopsOpenGL.rc +++ b/win32/plugins/peopsxgl/gpuPeopsOpenGL.rc @@ -6,8 +6,14 @@ ///////////////////////////////////////////////////////////////////////////// // // Generated from the TEXTINCLUDE 2 resource. +// Use MFC if available // +#if defined(_MFC_VER) #include "afxres.h" +#else +#include "WinResrc.h" +#include <winres.h> +#endif ///////////////////////////////////////////////////////////////////////////// #undef APSTUDIO_READONLY_SYMBOLS |
