Ignore:
Timestamp:
Oct 18, 2011, 7:14:04 PM (14 years ago)
Author:
dmik
Message:

Make Win32ThreadProc static member of Win32Thread.

This is more correct than using "friend" and also solves the forward
definition problem.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gcc-kmk/src/kernel32/thread.cpp

    r21626 r21707  
    670670//******************************************************************************
    671671//******************************************************************************
    672 DWORD OPEN32API Win32ThreadProc(LPVOID lpData)
     672DWORD OPEN32API Win32Thread::Win32ThreadProc(LPVOID lpData)
    673673{
    674674    EXCEPTION_FRAME  exceptFrame;
Note: See TracChangeset for help on using the changeset viewer.