diff options
author | NatsuDrag9 | 2018-06-06 17:00:45 +0530 |
---|---|---|
committer | NatsuDrag9 | 2018-06-06 17:00:45 +0530 |
commit | 0ad9ff78cf7da3ffee1e6c516afc94045ae7474d (patch) | |
tree | a1c57cd58ec1723d904760cb0e67401c195cf504 /ldmicro/commentdialog.cpp | |
parent | 2128bafaf7d03cd412d8848204352d406aadb1fc (diff) | |
parent | 4fa549515dd3e64cfe54b9927edd4977da8a36e5 (diff) | |
download | LDMicroGtk-0ad9ff78cf7da3ffee1e6c516afc94045ae7474d.tar.gz LDMicroGtk-0ad9ff78cf7da3ffee1e6c516afc94045ae7474d.tar.bz2 LDMicroGtk-0ad9ff78cf7da3ffee1e6c516afc94045ae7474d.zip |
Merged and updayed repository
Diffstat (limited to 'ldmicro/commentdialog.cpp')
-rw-r--r-- | ldmicro/commentdialog.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ldmicro/commentdialog.cpp b/ldmicro/commentdialog.cpp index a1f1e06..4cfe13b 100644 --- a/ldmicro/commentdialog.cpp +++ b/ldmicro/commentdialog.cpp @@ -21,9 +21,9 @@ // encourage people to write it the way it will look on the diagram. // Jonathan Westhues, Jun 2005 //----------------------------------------------------------------------------- -#include <windows.h> +#include <linuxUI.h> #include <stdio.h> -#include <commctrl.h> +//#include <commctrl.h> #include "ldmicro.h" |