home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / winbase / security / winnt / gina / gina.h < prev    next >
C/C++ Source or Header  |  1997-10-09  |  711b  |  36 lines

  1. //+---------------------------------------------------------------------------
  2. //
  3. //  Microsoft Windows
  4. //  Copyright 1992 - 1997 Microsoft Corporation.
  5. //
  6. //  File:       gina.h
  7. //
  8. //  Contents:
  9. //
  10. //  Classes:
  11. //
  12. //  Functions:
  13. //
  14. //  History:    4-20-95   RichardW   Created
  15. //
  16. //----------------------------------------------------------------------------
  17.  
  18. //
  19. // Make sure that you have defined UNICODE, _UNICODE, and WIN32 correctly in
  20. // your build environment.
  21. //
  22.  
  23. #include <windows.h>
  24. #include <commctrl.h>
  25. #include <lm.h>
  26. #include <winwlx.h>
  27.  
  28. #include "ginadlg.h"
  29. #include "resids.h"
  30.  
  31. #include "debug.h"
  32. #include "structs.h"
  33. #include "protos.h"
  34. #include "globals.h"
  35.  
  36.