Aegisub/athenasub/src/prec.h
Rodrigo Braz Monteiro b03c247b60 Moved aegilib to athenasub
Originally committed to SVN as r2443.
2008-11-10 01:24:30 +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