]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/crt.h
fix comparison of BYTE variable with -1 after last commit
[wxWidgets.git] / include / wx / crt.h
index ce0855d47d5e3b0b7a0d694ed1306f595dfe20fb..4ee5a8accd4db259a8ca4bcd097a70c7a4cf8aa8 100644 (file)
@@ -1,4 +1,23 @@
+//////////////////////////////////////////////////////////////////////////////
+// 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 "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_