[SDK] One step further towards ReactOS source code tree restructure: the sdk folder...
[reactos.git] / reactos / include / host / poppack.h
diff --git a/reactos/include/host/poppack.h b/reactos/include/host/poppack.h
deleted file mode 100644 (file)
index a59ce8d..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef RC_INVOKED
-#if ( _MSC_VER >= 800 )
-#pragma warning(disable:4103)
-#endif // _MSC_VER
-# if ( __FreeBSD__ == 5 )
-#  pragma pack(4)
-# else
-#  pragma pack(pop)
-# endif // __FreeBSD__
-#endif // RC_INVOKED