Michael Stefaniuc : winedbg: Include the local resource header last.

Alexandre Julliard julliard at winehq.org
Wed Jul 1 09:28:10 CDT 2009


Module: wine
Branch: master
Commit: 34f771c2070ad9a5bdd5fdfab3d5e76808642049
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=34f771c2070ad9a5bdd5fdfab3d5e76808642049

Author: Michael Stefaniuc <mstefani at redhat.de>
Date:   Wed Jul  1 10:15:12 2009 +0200

winedbg: Include the local resource header last.

---

 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
 




More information about the wine-cvs mailing list