1. 24 Jun, 2003 11 commits
  2. 23 Jun, 2003 26 commits
  3. 21 Jun, 2003 3 commits
    • Eric Pouech's avatar
      - adapted kernel32 so that it no longer (directly) manages console · 412d37f6
      Eric Pouech authored
        handles as wineserver handles
      - console input handle object is no longer waitable (input record
        synchronisation is now implemented as a simple semaphore), and removed
        FD_TYPE_CONSOLE from fd types in wineserver
      - console handles now always have their two lower bit set so one can
        distinguish a console handle from a kernel object handle
      - implemented some undocumented kernel32 console related APIs
        (CloseConsoleHandle, GetConsoleInputWaitHandle, OpenConsoleW,
        VerifyConsoleIoHandle, DuplicateConsoleHandle)
      - allowed a few kernel32 APIs to take console pseudo-handles
        (FlushFileBuffer, GetFileType, WaitFor*Object*)
      - simplified the console inheritance at process creation
      - in console tests, no longer create a console if one already exists
      412d37f6
    • Alexandre Julliard's avatar
      The server also needs to cope with IMAGE_SCN_CNT_UNINITIALIZED_DATA · 64a41a28
      Alexandre Julliard authored
      and IMAGE_SCN_CNT_INITIALIZED_DATA flags set together.
      64a41a28
    • Eric Pouech's avatar
      Fixed section mapping in PE loading when both · 415dfa63
      Eric Pouech authored
      IMAGE_SCN_CNT_UNINITIALIZED_DATA and IMAGE_SCN_CNT_INITIALIZED_DATA
      are set.
      415dfa63