src: rename WEPOLL_INTERNAL_EXTERN to WEPOLL_INTERNAL_VAR
This commit is contained in:
parent
d84e928508
commit
05c384b181
@ -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_ */
|
||||
|
||||
2
src/nt.h
2
src/nt.h
@ -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
|
||||
|
||||
|
||||
@ -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_ */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user