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/simpledialog.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/simpledialog.cpp')
-rw-r--r-- | ldmicro/simpledialog.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ldmicro/simpledialog.cpp b/ldmicro/simpledialog.cpp index 3e88adc..7edfc5c 100644 --- a/ldmicro/simpledialog.cpp +++ b/ldmicro/simpledialog.cpp @@ -22,8 +22,8 @@ // operands. Try to reuse code a bit. // Jonathan Westhues, Nov 2004 //----------------------------------------------------------------------------- -#include <windows.h> -#include <commctrl.h> +#include "linuxUI.h" +//#include <commctrl.h> #include <stdio.h> #include <stdlib.h> |