Changeset 804 in dev
- Timestamp:
- Feb 12, 2011, 12:32:21 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/egtra/ab5.0/abdev/abdev/stdafx.h
r772 r804 26 26 #include <atlcom.h> 27 27 #include <atlhost.h> 28 #pragma warning(push) 29 #pragma warning(disable: 6011 6246 6255 6269 6387) 28 30 #include <atlapp.h> 29 31 #include <atlframe.h> … … 31 33 #include <atlmisc.h> 32 34 #include <atlctrls.h> 35 #pragma warning(pop) 33 36 34 37 //boost libraries … … 40 43 41 44 // tinyxml 45 #pragma warning(push) 46 #pragma warning(disable: 6011) 42 47 #include <tinyxml/tinyxml.h> 48 #pragma warning(pop) 43 49 44 50 #include <jenga/include/jenga.h>
Note:
See TracChangeset
for help on using the changeset viewer.