Diff for /np2/win9xc/subwind.cpp between versions 1.2 and 1.3

version 1.2, 2004/04/05 09:45:07 version 1.3, 2004/04/07 13:15:40
Line 364  static void skpaintmsg(HWND hWnd) { Line 364  static void skpaintmsg(HWND hWnd) {
   
 static LRESULT CALLBACK skproc(HWND hWnd, UINT msg, WPARAM wp, LPARAM lp) {  static LRESULT CALLBACK skproc(HWND hWnd, UINT msg, WPARAM wp, LPARAM lp) {
   
         switch(msg) {          swit    ch(msg) {
                 case WM_CREATE:                  case WM_CREATE:
                         skcreate(hWnd);                          skcreate(hWnd);
                         break;                          break;

Removed from v.1.2  
changed lines
  Added in v.1.3


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