Changeset 6397 for trunk/src/user32
- Timestamp:
- Jul 28, 2001, 8:04:35 PM (24 years ago)
- Location:
- trunk/src/user32
- Files:
- 
      - 3 edited
 
 - 
          
  inituser32.cpp (modified) (1 diff)
- 
          
  user32.cpp (modified) (2 diffs)
- 
          
  window.cpp (modified) (2 diffs)
 
Legend:
- Unmodified
- Added
- Removed
- 
      trunk/src/user32/inituser32.cppr6375 r6397 87 87 ParseLogStatusUSER32(); 88 88 89 InitializeKernel32(); 90 89 91 hInstanceUser32 = RegisterLxDll(hModule, 0, (PVOID)&_Resource_PEResTab, 90 92 USER32_MAJORIMAGE_VERSION, USER32_MINORIMAGE_VERSION, 
- 
      trunk/src/user32/user32.cppr6339 r6397 1 /* $Id: user32.cpp,v 1.1 09 2001-07-15 14:58:07sandervl Exp $ */1 /* $Id: user32.cpp,v 1.110 2001-07-28 18:02:50 sandervl Exp $ */ 2 2 3 3 /* … … 973 973 } 974 974 975 /* Process and Thread Functions */976 977 //******************************************************************************978 //DWORD idAttach; /* thread to attach */979 //DWORD idAttachTo; /* thread to attach to */980 //BOOL fAttach; /* attach or detach */981 //******************************************************************************982 BOOL WIN32API AttachThreadInput(DWORD idAttach, DWORD idAttachTo, BOOL fAttach)983 {984 dprintf(("USER32: AttachThreadInput, not implemented\n"));985 return(TRUE);986 }987 //******************************************************************************988 //******************************************************************************989 DWORD WIN32API WaitForInputIdle(HANDLE hProcess, DWORD dwTimeOut)990 {991 dprintf(("USER32: WaitForInputIdle %x %d\n", hProcess, dwTimeOut));992 993 if(fVersionWarp3) {994 Sleep(1000);995 return 0;996 }997 else return O32_WaitForInputIdle(hProcess, dwTimeOut);998 }999 1000 975 /* Help Functions */ 1001 976 
- 
      trunk/src/user32/window.cppr6395 r6397 1 /* $Id: window.cpp,v 1.10 2 2001-07-28 13:43:54sandervl Exp $ */1 /* $Id: window.cpp,v 1.103 2001-07-28 18:02:50 sandervl Exp $ */ 2 2 /* 3 3 * Win32 window apis for OS/2 … … 1872 1872 1873 1873 hwnd = Win32ToOS2Handle(hWnd); 1874 hwnd = OS2ToWin32Handle(O32_GetLastActivePopup(hwnd));1874 //// hwnd = OS2ToWin32Handle(O32_GetLastActivePopup(hwnd)); 1875 1875 1876 1876 dprintf(("GetLastActivePopup %x returned %x NOT CORRECTLY IMPLEMENTED", hWnd, hwnd)); 1877 return hwnd;1877 return 0; 1878 1878 } 1879 1879 //****************************************************************************** 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
