Changeset 3903 in vbox
- Timestamp:
- Jul 27, 2007 9:56:25 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/recompiler/VBoxREMWrapper.cpp
r3727 r3903 1728 1728 size_t offFilename; 1729 1729 char szPath[RTPATH_MAX]; 1730 int rc = RTPath Program(szPath, sizeof(szPath) - 32);1730 int rc = RTPathAppPrivateArch(szPath, sizeof(szPath) - 32); 1731 1731 AssertRCReturn(rc, rc); 1732 1732 offFilename = strlen(szPath);
Note:
See TracChangeset
for help on using the changeset viewer.