diff options
author | Dan Gudmundsson <[email protected]> | 2011-11-10 12:30:25 +0100 |
---|---|---|
committer | Dan Gudmundsson <[email protected]> | 2011-11-10 12:30:25 +0100 |
commit | 88d995112219ca3339be12776757ef564cb04f8d (patch) | |
tree | 2300ba6e184d6707ee9c0e063400fb23dba49c89 /lib/wx/api_gen/wx_gen_cpp.erl | |
parent | 4a431fd89463c91e223a684d53f6410d000ac62d (diff) | |
download | otp-88d995112219ca3339be12776757ef564cb04f8d.tar.gz otp-88d995112219ca3339be12776757ef564cb04f8d.tar.bz2 otp-88d995112219ca3339be12776757ef564cb04f8d.zip |
[wx] Add wxSystemOptions
Needed on mac
Diffstat (limited to 'lib/wx/api_gen/wx_gen_cpp.erl')
-rw-r--r-- | lib/wx/api_gen/wx_gen_cpp.erl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/wx/api_gen/wx_gen_cpp.erl b/lib/wx/api_gen/wx_gen_cpp.erl index 4632fdbffe..1b4c32db24 100644 --- a/lib/wx/api_gen/wx_gen_cpp.erl +++ b/lib/wx/api_gen/wx_gen_cpp.erl @@ -1034,6 +1034,7 @@ gen_macros() -> w("#include <wx/html/htmlwin.h>~n"), w("#include <wx/html/htmlcell.h>~n"), w("#include <wx/filename.h>~n"), + w("#include <wx/sysopt.h>~n"), w("~n~n", []), w("#ifndef wxICON_DEFAULT_BITMAP_TYPE~n",[]), |