Removed the need for symlinks when compiling.

This commit is contained in:
Quantum 2013-09-08 11:59:52 -04:00
parent 14140edba5
commit 39b156acdd
2 changed files with 2 additions and 2 deletions

View file

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

View file

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