Fix bug with children not resizing with main window
[emu8051.git] / src / common.h
index cf4a634..2fa6dcc 100644 (file)
@@ -37,6 +37,8 @@
 
 #define FIXED_FONT "monospace 12"
 
+#define MAX_FILENAME_LENGTH 1024
+
 /* Common constants. */
 #ifndef EXIT_SUCCESS
 #  define EXIT_SUCCESS 0