- Fix RosApps build.
[reactos.git] / rosapps / applications / sysutils / regexpl / ph.h
index 238d47d..187b62c 100644 (file)
 #include <stdarg.h>
 
 #include <windef.h>
-#include <wincon.h>
 #include <winbase.h>
+#include <wincon.h>
 #include <wingdi.h>
 #include <winuser.h>
 #include <winreg.h>
 
-#include <assert.h>
+#include <cassert>
 #define ASSERT assert
 #ifdef _DEBUG
 #define VERIFY ASSERT
 #endif
 
 #include <conio.h>
-#include <limits.h>
+#include <climits>
 #include <tchar.h>
-#include <stdio.h>
-#include <stdlib.h>
+#include <cstdio>
+#include <cstdlib>
 #include <ctype.h>
+#include <new>
 
 // INHERITED_ACE is from windows 2000
 #ifndef INHERITED_ACE