summaryrefslogtreecommitdiff
path: root/ldmicro/includes
diff options
context:
space:
mode:
authorRr422018-05-30 12:11:46 +0530
committerRr422018-05-30 12:11:46 +0530
commiteb8f6932fe45f550bc2b77c1b3e578884ed60d91 (patch)
tree47d47833c03a42ecbd3349c84dc3c0d81db863bf /ldmicro/includes
parent5c01aef5fd87870b63511f17bd50405a0df08a3b (diff)
downloadLDMicroGtk-eb8f6932fe45f550bc2b77c1b3e578884ed60d91.tar.gz
LDMicroGtk-eb8f6932fe45f550bc2b77c1b3e578884ed60d91.tar.bz2
LDMicroGtk-eb8f6932fe45f550bc2b77c1b3e578884ed60d91.zip
Added message box functionality
Diffstat (limited to 'ldmicro/includes')
-rw-r--r--ldmicro/includes/ldmicro.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/ldmicro/includes/ldmicro.h b/ldmicro/includes/ldmicro.h
index 2c6f720..579d3a7 100644
--- a/ldmicro/includes/ldmicro.h
+++ b/ldmicro/includes/ldmicro.h
@@ -31,8 +31,8 @@ typedef signed long SDWORD;
//-----------------------------------------------
// `Configuration options.'
-// The library that I use to do registry stuff.
-#define FREEZE_SUBKEY "LDMicro"
+// The library that I use to do registry stuff. decleared in freezeLD.h due to build issues
+// #define FREEZE_SUBKEY "LDMicro"
// Size of the font that we will use to draw the ladder diagrams, in pixels
#define FONT_WIDTH 7
@@ -501,7 +501,7 @@ typedef struct McuIoInfoTag {
#define NUM_SUPPORTED_MCUS 16
-
+/*
//-----------------------------------------------
// Function prototypes
@@ -777,5 +777,5 @@ void CompileAnsiC(char *outFile);
void CompileInterpreted(char *outFile);
//Arduino.cpp
void CompileArduino(char *outFile);
-
+*/
#endif