home *** CD-ROM | disk | FTP | other *** search
/ Reverse Code Engineering RCE CD +sandman 2000 / ReverseCodeEngineeringRceCdsandman2000.iso / RCE / LordLucifer / win32asm / files / win32asm.exe / Win32ASM / ASMInc / Win32Inc.equ < prev    next >
Encoding:
Text File  |  1997-09-02  |  601 b   |  21 lines

  1. ; General Win32 includes.
  2. ; These more or less correspond to the WinBase include in the wake of King C.
  3.  
  4. ; $Id: Win32Inc.equ 1.1 1997/09/02 09:51:07 Philippe Exp $
  5.  
  6. ; $Log: /Win32Equ/Win32Inc.equ $
  7. ; 1     18/09/97 14:24 Philippe
  8. ; Initial checkin into SourceSafe.
  9. ; Revision 1.1  1997/09/02 09:51:07  Philippe
  10. ; Initial revision
  11. ;
  12.  
  13.  
  14.  
  15.     Include UnicAnsi.EQU                ;Unicode / ANSI stuff
  16.  
  17.     Include Win32Types.EQU              ;Various typedefs
  18.     Include Win32Defs.EQU               ;Many equates
  19.     Include Win32Strs.EQU               ;Various Windows structures
  20.