ReactOS 0.4.15-dev-7788-g1ad9096
poppack.h
Go to the documentation of this file.
1/*
2 * PROJECT: ReactOS Host Headers
3 * LICENSE: CC0-1.0 (https://spdx.org/licenses/CC0-1.0)
4 * PURPOSE: Restores structure packing alignment
5 * COPYRIGHT: Copyright 2017 Colin Finck (colin@reactos.org)
6 */
7
8#if !defined(RC_INVOKED)
9#pragma pack(pop)
10#endif