Changeset 42150 in vbox
- Timestamp:
- Jul 13, 2012 3:22:54 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/testcase/tstUserInfo.cpp
r42149 r42150 22 22 #ifdef RT_OS_WINDOWS 23 23 # include <Windows.h> 24 # include <stdio.h>25 24 # include <Shlobj.h> 26 25 #endif … … 45 44 if (RT_FAILURE(rc)) 46 45 { 47 printf("VbglR3Init failed with rc=%Rrc.\n", rc);46 RTPrintf("VbglR3Init failed with rc=%Rrc.\n", rc); 48 47 return -1; 49 48 }
Note:
See TracChangeset
for help on using the changeset viewer.