Add .gitattributes and .gitignore files and normalize line endings in the repository...
[reactos.git] / sdk / include / host / poppack.h
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