src/corelib/kernel/qfunctions_wince.h
changeset 3 41300fa6a67c
parent 0 1918ee327afb
child 4 3b1da2848fc7
--- a/src/corelib/kernel/qfunctions_wince.h	Tue Jan 26 12:42:25 2010 +0200
+++ b/src/corelib/kernel/qfunctions_wince.h	Tue Feb 02 00:43:10 2010 +0200
@@ -192,7 +192,11 @@
 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);