diff options
Diffstat (limited to 'src/w32-ce.h')
-rw-r--r-- | src/w32-ce.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/w32-ce.h b/src/w32-ce.h index f34eb1b3..2bc34ca7 100644 --- a/src/w32-ce.h +++ b/src/w32-ce.h @@ -67,5 +67,9 @@ DWORD GetTempPathA(DWORD,LPSTR); #define SHGetSpecialFolderPathA _gpgme_wince_SHGetSpecialFolderPathA BOOL SHGetSpecialFolderPathA(HWND,LPSTR,int,BOOL); +int _gpgme_wince_access (const char *fname, int mode); +#define access(a,b) _gpgme_wince_access ((a), (b)) + + #endif /* GPGME_W32_CE_H */ |