Hopefully fix build error on OS X, WindowRef and SetWindowModified() being undeclared in frame_main.
Originally committed to SVN as r3296.
This commit is contained in:
parent
f2e8333aea
commit
675afab201
1 changed files with 3 additions and 0 deletions
|
@ -82,6 +82,9 @@
|
|||
#endif
|
||||
#include "charset_conv.h"
|
||||
#include "libresrc/libresrc.h"
|
||||
#ifdef __WXMAC__
|
||||
#include <Carbon/MacWindows.h>
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue