Index: /trunk/src/VBox/Main/GuestImpl.cpp
===================================================================
--- /trunk/src/VBox/Main/GuestImpl.cpp	(revision 33901)
+++ /trunk/src/VBox/Main/GuestImpl.cpp	(revision 33902)
@@ -2440,8 +2440,8 @@
 }
 
-STDMETHODIMP Guest::createDirectoryInternal(IN_BSTR aDirectory,
-                                            IN_BSTR aUserName, IN_BSTR aPassword,
-                                            ULONG aMode, ULONG aFlags,
-                                            IProgress **aProgress, int *pRC)
+HRESULT Guest::createDirectoryInternal(IN_BSTR aDirectory,
+                                       IN_BSTR aUserName, IN_BSTR aPassword,
+                                       ULONG aMode, ULONG aFlags,
+                                       IProgress **aProgress, int *pRC)
 {
 #ifndef VBOX_WITH_GUEST_CONTROL
