Ignore:
Timestamp:
Jun 1, 1999, 12:08:16 AM (26 years ago)
Author:
phaller
Message:

Code cleanup #1 for build, mainly addresses linkage problems

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/thread.cpp

    r15 r17  
    1 /* $Id: thread.cpp,v 1.2 1999-05-31 19:22:44 phaller Exp $ */
     1/* $Id: thread.cpp,v 1.3 1999-05-31 22:08:13 phaller Exp $ */
    22
    33/*
     
    1616#include "thread.h"
    1717#include "except.h"
     18#include "misc.h"
    1819
    1920static DWORD OPEN32API Win32ThreadProc(LPVOID lpData);
Note: See TracChangeset for help on using the changeset viewer.