Ignore:
Timestamp:
Sep 10, 1999, 8:56:35 PM (26 years ago)
Author:
dengert
Message:

region constants added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/winconst.h

    r738 r902  
    1 /* $Id: winconst.h,v 1.5 1999-08-29 14:57:28 sandervl Exp $ */
     1/* $Id: winconst.h,v 1.6 1999-09-10 18:56:35 dengert Exp $ */
    22
    33/*
     
    154154
    155155/* 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 */
     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 */
     160
     161/* Regions */
     162#define ERROR_W           0
     163#define NULLREGION_W      1
     164#define SIMPLEREGION_W    2
     165#define COMPLEXREGION_W   3
     166
Note: See TracChangeset for help on using the changeset viewer.