diff options
Diffstat (limited to 'dbus/dbus-sysdeps-wince-glue.h')
-rw-r--r-- | dbus/dbus-sysdeps-wince-glue.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dbus/dbus-sysdeps-wince-glue.h b/dbus/dbus-sysdeps-wince-glue.h index 7a6462b2..f5ac6c8a 100644 --- a/dbus/dbus-sysdeps-wince-glue.h +++ b/dbus/dbus-sysdeps-wince-glue.h @@ -237,6 +237,10 @@ DWORD GetTempPathA(DWORD,LPSTR); BOOL SHGetSpecialFolderPathA(HWND,LPSTR,int,BOOL); +#define OutputDebugStringA _dbus_wince_OutputDebugStringA +void OutputDebugStringA(LPCSTR); + + DBUS_END_DECLS #endif /* DBUS_SYSDEPS_WINCE_GLUE_H */ |