projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
adjusting to new gui mutex for osx, see #12411
[wxWidgets.git]
/
include
/
wx
/
crt.h
diff --git
a/include/wx/crt.h
b/include/wx/crt.h
index f6996509b5b4983dbc81370c7c41f0a0effc2498..4ee5a8accd4db259a8ca4bcd097a70c7a4cf8aa8 100644
(file)
--- a/
include/wx/crt.h
+++ b/
include/wx/crt.h
@@
-11,6
+11,13
@@
#ifndef _WX_CRT_H_
#define _WX_CRT_H_
#ifndef _WX_CRT_H_
#define _WX_CRT_H_
-#include "wx/wxchar.h"
+#include "wx/defs.h"
+
+// include wxChar type definition:
+#include "wx/chartype.h"
+
+// and wrappers for CRT functions:
+#include "wx/wxcrt.h"
+#include "wx/wxcrtvararg.h"
#endif // _WX_CRT_H_
#endif // _WX_CRT_H_