0027197: Configuration - fix compilation issues when using mingw
[occt.git] / src / Draw / CommandWindow.cxx
index 4202791..52f2f91 100644 (file)
@@ -193,7 +193,7 @@ LRESULT APIENTRY EditProc(HWND hWnd, UINT wMsg, WPARAM wParam, LPARAM lParam )
 {
   char buffer[COMMANDSIZE];    
        POINT pos;
-       BOOL rep;
+       BOOL rep = 0;
        static LRESULT nbline; // Process the buffer of the edit window 
   LRESULT index;