Author: akhaldi
Date: Sun Aug 21 17:25:07 2016
New Revision: 72410

URL: http://svn.reactos.org/svn/reactos?rev=72410&view=rev
Log:
[FDEBUG] Improve header inclusions.

Modified:
    trunk/reactos/boot/freeldr/fdebug/fdebug.c

Modified: trunk/reactos/boot/freeldr/fdebug/fdebug.c
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/fdebug/fdebug.c?rev=72410&r1=72409&r2=72410&view=diff
==============================================================================
--- trunk/reactos/boot/freeldr/fdebug/fdebug.c  [iso-8859-1] (original)
+++ trunk/reactos/boot/freeldr/fdebug/fdebug.c  [iso-8859-1] Sun Aug 21 
17:25:07 2016
@@ -1,11 +1,13 @@
-// fdebug.cpp : Defines the entry point for the application.
-//
-
-#include <windows.h>
+/* fdebug.c : Defines the entry point for the application. */
+
+#include <tchar.h>
+
+#include <windef.h>
+#include <winbase.h>
+#include <wingdi.h>
+#include <winuser.h>
 #include <commdlg.h>
 #include <process.h>
-#include <stdio.h>
-#include <tchar.h>
 
 #include "resource.h"
 #include "rs232.h"


Reply via email to