diff options
author | Rr42 | 2018-05-29 10:46:19 +0530 |
---|---|---|
committer | Rr42 | 2018-05-29 10:46:19 +0530 |
commit | 5c01aef5fd87870b63511f17bd50405a0df08a3b (patch) | |
tree | fd24160ed213c2a37ea6c8ea6e816fcfed984628 /ldmicro/ldmicro.cpp | |
parent | 08e70fc82ebfae4cc11ad6eee0dc3197b1d1672b (diff) | |
download | LDMicroGtk-5c01aef5fd87870b63511f17bd50405a0df08a3b.tar.gz LDMicroGtk-5c01aef5fd87870b63511f17bd50405a0df08a3b.tar.bz2 LDMicroGtk-5c01aef5fd87870b63511f17bd50405a0df08a3b.zip |
Freeze library updated and renamed to freezeLD (working)
Diffstat (limited to 'ldmicro/ldmicro.cpp')
-rw-r--r-- | ldmicro/ldmicro.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ldmicro/ldmicro.cpp b/ldmicro/ldmicro.cpp index e7e3f17..cc0a525 100644 --- a/ldmicro/ldmicro.cpp +++ b/ldmicro/ldmicro.cpp @@ -24,7 +24,7 @@ // most of the UI logic relating to the main window. // Jonathan Westhues, Oct 2004 //----------------------------------------------------------------------------- -#include "linuxUI/linuxUI.h" +#include "linuxUI.h" #include <stdio.h> #include <stdlib.h> @@ -36,7 +36,7 @@ HINSTANCE Instance; -HWND MainWindow; +HWID MainWindow; HDC Hdc; // parameters used to capture the mouse when implementing our totally non- |