File: poppack.h

package info (click to toggle)
dxvk 2.7.1-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 13,220 kB
  • sloc: cpp: 123,108; ansic: 76,058; sh: 546; python: 174; makefile: 81
file content (8 lines) | stat: -rw-r--r-- 285 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
/**
 * This file has no copyright assigned and is placed in the Public Domain.
 * This file is part of the mingw-w64 runtime package.
 * No warranty is given; refer to the file DISCLAIMER.PD within this package.
 */
#if !(defined(lint) || defined(RC_INVOKED))
#pragma pack(pop)
#endif