mirror of
https://github.com/quantum5/Zalgo.git
synced 2025-04-24 13:41:57 -04:00
Removed the need for symlinks when compiling.
Signed-off-by: Xiaomao Chen <xiaomao5@live.com>
This commit is contained in:
parent
0269db1b5e
commit
bbe3ed6e9d
|
@ -1,5 +1,5 @@
|
|||
#include <MainWindow.hpp>
|
||||
#include <nlswrap.hpp>
|
||||
#include <NLSWrap.hpp>
|
||||
#include <windowsx.h>
|
||||
#include <commctrl.h>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include <window.hpp>
|
||||
#include <Window.hpp>
|
||||
|
||||
#pragma comment(lib, "user32.lib")
|
||||
#pragma comment(lib, "gdi32.lib")
|
||||
|
|
Loading…
Reference in a new issue