Removed the need for symlinks when compiling.

Signed-off-by: Xiaomao Chen <xiaomao5@live.com>
This commit is contained in:
Quantum 2013-09-08 11:59:52 -04:00
parent 0269db1b5e
commit bbe3ed6e9d
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
#include <MainWindow.hpp>
#include <nlswrap.hpp>
#include <NLSWrap.hpp>
#include <windowsx.h>
#include <commctrl.h>

View file

@ -1,4 +1,4 @@
#include <window.hpp>
#include <Window.hpp>
#pragma comment(lib, "user32.lib")
#pragma comment(lib, "gdi32.lib")