Changeset 772 in dev for trunk/ab5.0/abdev/abdev/stdafx.h
- Timestamp:
 - Aug 29, 2009, 7:55:19 AM (16 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/ab5.0/abdev/abdev/stdafx.h (modified) (4 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/ab5.0/abdev/abdev/stdafx.h
r681 r772 1 1 #pragma once 2 #define _CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES 1 2 3 3 4 #include <map> … … 8 9 9 10 #include <windows.h> 11 #include <windowsx.h> 10 12 #include <stdio.h> 11 13 #include <string.h> … … 18 20 #include <fcntl.h> 19 21 #include <io.h> 22 #include <assert.h> 20 23 21 24 #include <atlbase.h> 25 #include <atlstr.h> 22 26 #include <atlcom.h> 23 27 #include <atlhost.h> … … 64 68 65 69 #include <ProjectManager/ProjectManager.h> 70  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  