src: rename WEPOLL_INTERNAL_EXTERN to WEPOLL_INTERNAL_VAR

This commit is contained in:
Bert Belder 2017-12-08 19:33:03 +01:00
parent d84e928508
commit 05c384b181
3 changed files with 3 additions and 3 deletions

View File

@ -2,6 +2,6 @@
#define WEPOLL_INTERNAL_H_
#define WEPOLL_INTERNAL static
#define WEPOLL_INTERNAL_EXTERN static
#define WEPOLL_INTERNAL_VAR static
#endif /* WEPOLL_INTERNAL_H_ */

View File

@ -136,7 +136,7 @@ typedef struct _OBJECT_ATTRIBUTES {
(HANDLE handle, PVOID key, BOOLEAN alertable, PLARGE_INTEGER mstimeout))
#define X(return_type, attributes, name, parameters) \
WEPOLL_INTERNAL_EXTERN return_type(attributes* name) parameters;
WEPOLL_INTERNAL_VAR return_type(attributes* name) parameters;
NTDLL_IMPORT_LIST(X)
#undef X

View File

@ -2,6 +2,6 @@
#define WEPOLL_INTERNAL_H_
#define WEPOLL_INTERNAL
#define WEPOLL_INTERNAL_EXTERN extern
#define WEPOLL_INTERNAL_VAR extern
#endif /* WEPOLL_INTERNAL_H_ */