mirror of
https://github.com/quantum5/Zalgo.git
synced 2025-04-24 21:52:03 -04:00
Removed the need for symlinks when compiling.
This commit is contained in:
parent
14140edba5
commit
39b156acdd
|
@ -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