summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
diff options
context:
space:
mode:
authorBradley T. Hughes <bradley.hughes@nokia.com>2009-11-12 07:22:39 (GMT)
committerBradley T. Hughes <bradley.hughes@nokia.com>2009-11-12 07:22:39 (GMT)
commitc785d92153d23b836451b0643424b9871bcc4be9 (patch)
treefce8119445f239a755bc9be654e6e8d086541285 /src/corelib/kernel
parentfe0f807e1f4e7510c6d8cddd848bcbc25e358651 (diff)
parent118412e46f5b5af58eaa3012f9fb086894f9b5f2 (diff)
downloadQt-c785d92153d23b836451b0643424b9871bcc4be9.zip
Qt-c785d92153d23b836451b0643424b9871bcc4be9.tar.gz
Qt-c785d92153d23b836451b0643424b9871bcc4be9.tar.bz2
Merge commit 'upstream/4.6' into 4.6
Diffstat (limited to 'src/corelib/kernel')
-rw-r--r--src/corelib/kernel/qfunctions_wince.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/corelib/kernel/qfunctions_wince.h b/src/corelib/kernel/qfunctions_wince.h
index f7ca195..ad9d3a1 100644
--- a/src/corelib/kernel/qfunctions_wince.h
+++ b/src/corelib/kernel/qfunctions_wince.h
@@ -192,7 +192,11 @@ int qt_wince__rmdir(const char *dirname);
int qt_wince__access( const char *path, int pmode );
int qt_wince__rename( const char *oldname, const char *newname );
int qt_wince__remove( const char *name );
+#ifdef __cplusplus
+int qt_wince_open( const char *filename, int oflag, int pmode = 0 );
+#else
int qt_wince_open( const char *filename, int oflag, int pmode );
+#endif
int qt_wince_stat( const char *path, struct stat *buffer );
int qt_wince__fstat( int handle, struct stat *buffer);