]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Windows compilation after Linux integration CTH_V17a
authorsln <sln@opencascade.com>
Mon, 19 Dec 2011 06:05:17 +0000 (06:05 +0000)
committersln <sln@opencascade.com>
Mon, 19 Dec 2011 06:05:17 +0000 (06:05 +0000)
src/LightApp/LightApp_Driver.cxx
src/SUIT/SUIT_Session.cxx

index 82f6f501cc87bf3266113979a9563a1891408c9a..3508c2021e68ba5ba05b603c812ac65e333371e7 100644 (file)
@@ -52,8 +52,10 @@ LightApp_Driver::LightApp_Driver()
   myFileNameSizes( 0 ),
   myCurrOFile( 0 ),
   myNbFilles( 0 ),
-  myBloc( 0 ),
-  myBlocFcntl( 0 )
+#ifndef WIN32
+  myBlocFcntl( 0 ),
+#endif
+  myBloc( 0 )
 {
 }
  
index e3bf5f50301355e17629d19eb4f61479c22104a8..5a822a31094444878133411d46ae50230dd76fb8 100755 (executable)
@@ -53,8 +53,10 @@ SUIT_Session::SUIT_Session()
   myExitStatus( NORMAL ),
   myExitFlags ( 0 ),
   myBTimer( 0 ),
-  myBFile( 0 ),
-  myBFileFcntl( 0 )
+#ifndef WIN32
+  myBFileFcntl( 0 ),
+#endif
+  myBFile( 0 )
 {
   SUIT_ASSERT( !mySession )