Bug 675510 - tw_func.h contains windows-specific types

Put the stuff in #ifdef G_OS_WIN32
This commit is contained in:
Ludovic Rousseau 2013-01-19 18:39:15 +01:00 committed by Michael Natterer
parent 2999e30901
commit 5379a2377e
1 changed files with 2 additions and 0 deletions

View File

@ -234,8 +234,10 @@ void registerTransferCallbacks(pTW_SESSION, pTXFR_CB_FUNCS, void *);
void setClientData(pTW_SESSION session, void *clientData);
pTW_SESSION initializeTwain(void);
#ifdef G_OS_WIN32
void LogLastWinError(void);
BOOL InitApplication(HINSTANCE hInstance);
BOOL InitInstance(HINSTANCE hInstance, int nCmdShow, pTW_SESSION twSession);
#endif
#endif /* _TW_FUNC_H */