
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5775 212acab6-be3b-0410-9dea-997c60f758d6
8 lines
125 B
C
8 lines
125 B
C
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
|
|
#pragma once
|
|
#endif
|
|
|
|
#ifndef BUFFERS_H
|
|
#define BUFFERS_H
|
|
|
|
#endif /* BUFFERS_H */
|