winedbg: Include the local resource header last.
This commit is contained in:
parent
40bc47901c
commit
34f771c207
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue