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>
|
2006-01-03 Christopher Faylor <cgf@timesys.com>
|
||||||
|
|
||||||
* include/winuser.h (CreateWindowStation): Correctly identify first
|
* include/winuser.h (CreateWindowStation): Correctly identify first
|
||||||
|
|
|
@ -12,6 +12,14 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef WINADVAPI
|
||||||
|
#ifdef __W32API_USE_DLLIMPORT__
|
||||||
|
#define WINADVAPI DECLSPEC_IMPORT
|
||||||
|
#else
|
||||||
|
#define WINADVAPI
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue