Aegisub/devel/athenasub/src/prec.h
Amar Takhar 792225317e SVN Transition Step 6/7
1. svn mv OverLua SSATool athenasub avisynth_prs kanamemo \
     motiontracker prs traydict unit_test vsfilter devel/

* See r2749 for full description.

Originally committed to SVN as r2755.
2009-03-08 08:31:54 +00:00

17 lines
273 B
C++

#pragma once
#define WIN32_LEAN_AND_MEAN
// Standard Library
#include <vector>
#include <list>
#include <map>
#include "tr1.h"
// wxWidgets
#ifdef _MSC_VER
#pragma warning(disable: 6011)
#endif
#include <wx/wxprec.h>
#ifdef _MSC_VER
#pragma warning(default: 6011)
#endif