Wrap standard headers in libresrc.h with #ifndef AGI_PRE

Originally committed to SVN as r6916.
This commit is contained in:
Thomas Goyne 2012-06-23 01:06:40 +00:00
parent 257e25eb0e
commit ed070b7b6a
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,5 @@
#include "../config.h"
#include "libresrc.h"
wxBitmap libresrc_getimage(const unsigned char *buff, size_t size) {

View File

@ -1,9 +1,11 @@
#ifndef AGI_PRE
#include <string>
#include <wx/bitmap.h>
#include <wx/icon.h>
#include <wx/image.h>
#include <wx/mstream.h>
#endif
#include "bitmap.h"
#include "default_config.h"