From f293e06adebef68f8dcd956dd46943516ebc71e9 Mon Sep 17 00:00:00 2001 From: dpogue Date: Sat, 10 Aug 2024 16:35:13 -0700 Subject: [PATCH] Allow building with VS2010 Express --- Sources/Plasma/Apps/plClient/res/plClient.rc | 3 ++- Sources/Plasma/Apps/plUruLauncher/plUruLauncher.rc | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Sources/Plasma/Apps/plClient/res/plClient.rc b/Sources/Plasma/Apps/plClient/res/plClient.rc index dcdd610d..09fedace 100644 --- a/Sources/Plasma/Apps/plClient/res/plClient.rc +++ b/Sources/Plasma/Apps/plClient/res/plClient.rc @@ -7,7 +7,8 @@ // // Generated from the TEXTINCLUDE 2 resource. // -#include "afxres.h" +#include +#define IDC_STATIC (-1) ///////////////////////////////////////////////////////////////////////////// #undef APSTUDIO_READONLY_SYMBOLS diff --git a/Sources/Plasma/Apps/plUruLauncher/plUruLauncher.rc b/Sources/Plasma/Apps/plUruLauncher/plUruLauncher.rc index 2a1efc31..aec794c2 100644 --- a/Sources/Plasma/Apps/plUruLauncher/plUruLauncher.rc +++ b/Sources/Plasma/Apps/plUruLauncher/plUruLauncher.rc @@ -7,7 +7,8 @@ // // Generated from the TEXTINCLUDE 2 resource. // -#include "afxres.h" +#include +#define IDC_STATIC (-1) ///////////////////////////////////////////////////////////////////////////// #undef APSTUDIO_READONLY_SYMBOLS