]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/crt.h
Added DetachOldLog to avoid destruction of old log target
[wxWidgets.git] / include / wx / crt.h
index ce0855d47d5e3b0b7a0d694ed1306f595dfe20fb..ee7f6cb9451e13955da2cde7bf2c67e525c37d79 100644 (file)
@@ -1,4 +1,21 @@
+//////////////////////////////////////////////////////////////////////////////
+// Name:        wx/crt.h
+// Purpose:     Header to include all headers with wrappers for CRT functions
+// Author:      Robert Roebling
+// Created:     2007-05-30
+// RCS-ID:      $Id$
+// Copyright:   (c) 2007 wxWidgets dev team
+// Licence:     wxWindows licence
+///////////////////////////////////////////////////////////////////////////////
 
+#ifndef _WX_CRT_H_
+#define _WX_CRT_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_