File: Buffers.h

package info (click to toggle)
nsis 3.06.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 12,468 kB
  • sloc: cpp: 37,707; ansic: 26,911; python: 1,344; asm: 712; xml: 409; pascal: 215; makefile: 207; javascript: 67
file content (8 lines) | stat: -rwxr-xr-x 125 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
#pragma once
#endif

#ifndef BUFFERS_H
#define BUFFERS_H

#endif /* BUFFERS_H */