From 86c91d55419bdd6c7c373d4810d750bf48731e73 Mon Sep 17 00:00:00 2001 From: Ulf Wohlers Date: Fri, 14 Mar 2003 12:10:21 +0000 Subject: [PATCH] C_SSHOTS -> C_SSHOT Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@770 --- src/platform/visualc/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/platform/visualc/config.h b/src/platform/visualc/config.h index 74efab36..ac9a9863 100644 --- a/src/platform/visualc/config.h +++ b/src/platform/visualc/config.h @@ -6,7 +6,7 @@ #define C_DEBUG 1 /* Define to 1 to enable screenshots, requires libpng */ -#define C_SSHOTS 1 +#define C_SSHOT 1 /* Enable some heavy debugging options */ #define C_HEAVY_DEBUG 0