diff options
Diffstat (limited to 'plugins/SendScreenshotPlus/src/dlg_msgbox.cpp')
-rw-r--r-- | plugins/SendScreenshotPlus/src/dlg_msgbox.cpp | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/plugins/SendScreenshotPlus/src/dlg_msgbox.cpp b/plugins/SendScreenshotPlus/src/dlg_msgbox.cpp index 82ff842cdb..34d9f65c4f 100644 --- a/plugins/SendScreenshotPlus/src/dlg_msgbox.cpp +++ b/plugins/SendScreenshotPlus/src/dlg_msgbox.cpp @@ -19,14 +19,9 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* -#include "commonheaders.h" -#include <Commdlg.h> -#include <m_clui.h> -#include <m_skin.h> -*/ + /// SendSS compatibility: -#include "global.h" +#include "stdafx.h" #define ghInst g_hSendSS #define myGlobals g_myGlobals #define MODNAME SZ_SENDSS |