Diff for /np2/win9x/sstp.cpp between versions 1.7 and 1.8

version 1.7, 2011/02/17 10:36:05 version 1.8, 2011/03/07 09:54:11
Line 1 Line 1
   /**
    * @file        sstp.cpp
    * @brief       Sakura Script Transfer Protocol handler
    *
    * @author      $Author$
    * @date        $Date$
    */
   
 #include "compiler.h"  #include "compiler.h"
 #include <winsock.h>  #include <winsock.h>
 #include <commctrl.h>  #include <commctrl.h>
Line 8 Line 16
 #include "oemtext.h"  #include "oemtext.h"
 #endif  #endif
   
   #if !defined(__GNUC__)
   #pragma comment(lib, "wsock32.lib")
   #endif  // !defined(__GNUC__)
   
 static  HWND            sstphwnd = NULL;  static  HWND            sstphwnd = NULL;
 static  int                     sstp_stat = SSTP_READY;  static  int                     sstp_stat = SSTP_READY;

Removed from v.1.7  
changed lines
  Added in v.1.8


RetroPC.NET-CVS <cvs@retropc.net>