2006-01-05 Michael Gerdau <mgd@technosis.de>

* include/winbase.h (WINADVAPI): Define.
This commit is contained in:
Danny Smith 2006-01-04 20:59:28 +00:00
parent 01b7635538
commit 4b2985b50b
2 changed files with 12 additions and 0 deletions

View File

@ -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

View File

@ -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