Changeset 658 for trunk/include


Ignore:
Timestamp:
Aug 24, 1999, 2:25:19 PM (26 years ago)
Author:
sandervl
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win32type.h

    r368 r658  
    1 /* $Id: win32type.h,v 1.12 1999-07-22 19:10:50 sandervl Exp $ */
     1/* $Id: win32type.h,v 1.13 1999-08-24 12:22:48 sandervl Exp $ */
    22
    33#ifndef __WIN32TYPE_H__
     
    55
    66#include <odin.h>
     7
     8#pragma pack(1)
    79
    810#define NEAR
     
    263265#endif
    264266
    265 #endif
     267typedef struct _MEMORY_BASIC_INFORMATION
     268{
     269    LPVOID   BaseAddress;
     270    LPVOID   AllocationBase;
     271    DWORD    AllocationProtect;
     272    DWORD    RegionSize;
     273    DWORD    State;
     274    DWORD    Protect;
     275    DWORD    Type;
     276} MEMORY_BASIC_INFORMATION,*PMEMORY_BASIC_INFORMATION,*LPMEMORY_BASIC_INFORMATION;
     277
     278#pragma pack()
     279
     280#endif
Note: See TracChangeset for help on using the changeset viewer.