Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
301 B

  1. // Main.h
  2. #if !defined(AFX_MAIN_H__3CE003F7_9F5D_11D2_83A4_000000000000__INCLUDED_)
  3. #define AFX_MAIN_H__3CE003F7_9F5D_11D2_83A4_000000000000__INCLUDED_
  4. #if _MSC_VER > 1000
  5. #pragma once
  6. #endif // _MSC_VER > 1000
  7. #ifndef NO_STRICT
  8. #ifndef STRICT
  9. #define STRICT 1
  10. #endif
  11. #endif /* NO_STRICT */
  12. #endif