mirror of https://github.com/GNOME/gimp.git
Bug 675510 - tw_func.h contains windows-specific types
Put the stuff in #ifdef G_OS_WIN32
This commit is contained in:
parent
2999e30901
commit
5379a2377e
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue