projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
- Reimplementation of the CommDlg ExtendedError mechanism using TLS.
[wine]
/
include
/
async.h
1
#ifndef __WINE_ASYNC_H
2
#define __WINE_ASYNC_H
3
4
extern void ASYNC_RegisterFD(int unixfd,void (*handler)(int fd,void *private),void *private);
5
extern void ASYNC_UnregisterFD(int unixfd,void (*handler)(int fd,void *private));
6
#endif