2006-01-05 Michael Gerdau <mgd@technosis.de>
* include/winbase.h (WINADVAPI): Define.
This commit is contained in:
parent
01b7635538
commit
4b2985b50b
|
@ -1,3 +1,7 @@
|
|||
2006-01-05 Michael Gerdau <mgd@technosis.de>
|
||||
|
||||
* include/winbase.h (WINADVAPI): Define.
|
||||
|
||||
2006-01-03 Christopher Faylor <cgf@timesys.com>
|
||||
|
||||
* include/winuser.h (CreateWindowStation): Correctly identify first
|
||||
|
|
|
@ -12,6 +12,14 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
#ifndef WINADVAPI
|
||||
#ifdef __W32API_USE_DLLIMPORT__
|
||||
#define WINADVAPI DECLSPEC_IMPORT
|
||||
#else
|
||||
#define WINADVAPI
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue