[PATCH 1/2] winedbg: Include the local resource header last.

Michael Stefaniuc mstefani at redhat.de
Wed Jul 1 03:15:12 CDT 2009


---
 programs/winedbg/crashdlg.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/programs/winedbg/crashdlg.c b/programs/winedbg/crashdlg.c
index db25021..4a24dcc 100644
--- a/programs/winedbg/crashdlg.c
+++ b/programs/winedbg/crashdlg.c
@@ -18,7 +18,6 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-#include "resource.h"
 #include "debugger.h"
 #include "wingdi.h"
 #include "winuser.h"
@@ -27,6 +26,7 @@
 #include "wine/debug.h"
 #include "wine/unicode.h"
 
+#include "resource.h"
 
 #define MAX_PROGRAM_NAME_LENGTH 80
 
-- 
1.6.3.3



More information about the wine-patches mailing list