mirror of https://github.com/odrling/Aegisub
Wrap standard headers in libresrc.h with #ifndef AGI_PRE
Originally committed to SVN as r6916.
This commit is contained in:
parent
257e25eb0e
commit
ed070b7b6a
|
@ -1,3 +1,5 @@
|
|||
#include "../config.h"
|
||||
|
||||
#include "libresrc.h"
|
||||
|
||||
wxBitmap libresrc_getimage(const unsigned char *buff, size_t size) {
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue