Ignore:
Timestamp:
Aug 29, 1999, 4:57:51 PM (26 years ago)
Author:
sandervl
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/winconst.h

    r727 r738  
    1 /* $Id: winconst.h,v 1.4 1999-08-28 17:18:50 dengert Exp $ */
     1/* $Id: winconst.h,v 1.5 1999-08-29 14:57:28 sandervl Exp $ */
    22
    33/*
     
    152152#define HWND_NOTOPMOST_W      ((HWND)-2)
    153153
     154
     155/* Argument 1 passed to the DllEntryProc. */
     156#define DLL_PROCESS_DETACH      0       /* detach process (unload library) */
     157#define DLL_PROCESS_ATTACH      1       /* attach process (load library) */
     158#define DLL_THREAD_ATTACH       2       /* attach new thread */
     159#define DLL_THREAD_DETACH       3       /* detach thread */
Note: See TracChangeset for help on using the changeset viewer.