Cleanups.

committer: mfx <mfx> 1042565088 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2003-01-14 17:24:48 +00:00
parent d771f219f0
commit b8c34036a5
3 changed files with 6 additions and 3 deletions
+2 -2
View File
@@ -98,14 +98,14 @@ class bad_alloc { };
# define __USE_MALLOC
# define enable upx_stl_enable
#endif
#ifdef _MSC_VER
#if defined(_MSC_VER)
# pragma warning(push)
# pragma warning(disable: 4018 4100 4663)
#endif
#include <vector>
#ifdef _MSC_VER
#if defined(_MSC_VER)
# pragma warning(pop)
#endif