Ignore:
Timestamp:
Aug 7, 2001, 11:35:36 PM (24 years ago)
Author:
sandervl
Message:

added code to create program objects

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/win32class.cpp

    r5935 r6483  
    1 /* $Id: win32class.cpp,v 1.25 2001-06-09 14:50:20 sandervl Exp $ */
     1/* $Id: win32class.cpp,v 1.26 2001-08-07 21:35:36 sandervl Exp $ */
    22/*
    33 * Win32 Window Class Managment Code for OS/2
     
    8585  }
    8686  if(!(wndclass->style & CS_GLOBALCLASS)) {
    87         processId = GetCurrentProcess();
     87        processId = GetCurrentProcessId();
    8888  }
    8989  menuNameA = 0;
Note: See TracChangeset for help on using the changeset viewer.