Protect against multiple inclusion.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@3063 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
eda9cfded4
commit
dee0c9d6cf
1 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
|||
#ifndef QCLIB_PROGTYPE_H
|
||||
#define QCLIB_PROGTYPE_H
|
||||
|
||||
#ifndef DLL_PROG
|
||||
|
||||
#else
|
||||
|
@ -16,3 +19,5 @@ typedef int progsnum_t;
|
|||
typedef int func_t;
|
||||
typedef int string_t;
|
||||
|
||||
#endif /* QCLIB_PROGTYPE_H */
|
||||
|
||||
|
|
Loading…
Reference in a new issue