Skip to content

Commit

Permalink
Fixed|Win32: Updated header locations
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Nov 16, 2012
1 parent d9c462c commit 28a7e8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doomsday/engine/src/windows/dd_winit.c
Expand Up @@ -54,7 +54,7 @@
#include "de_misc.h"
#include "de_ui.h"

#include "fs_util.h"
#include "filesys/fs_util.h"
#include "dd_winit.h"
#include "ui/displaymode.h"

Expand Down
2 changes: 1 addition & 1 deletion doomsday/engine/src/windows/sys_console.c
Expand Up @@ -37,7 +37,7 @@
#include "de_platform.h"
#include "de_console.h"
#include "de_misc.h"
#include "consolewindow.h"
#include "ui/consolewindow.h"

#define WINDOWEDSTYLE (WS_CAPTION | WS_SYSMENU | WS_MINIMIZEBOX | WS_MAXIMIZEBOX | \
WS_CLIPCHILDREN | WS_CLIPSIBLINGS)
Expand Down

0 comments on commit 28a7e8e

Please sign in to comment.