Changeset 32431 in vbox for trunk/src/VBox/Runtime/r3/win
- Timestamp:
- Sep 11, 2010 6:02:17 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 65796
- Location:
- trunk/src/VBox/Runtime/r3/win
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/win/fs-win.cpp
r30371 r32431 339 339 * 340 340 * @returns @c true if equal, @c false if not. 341 * @param pwsz1 The first string. 341 * @param pwsz1 The first string. 342 342 * @param cb1 The length of the first string, in bytes. 343 * @param psz2 The second string. 344 * @param cch2 The length of the second string. 343 * @param psz2 The second string. 344 * @param cch2 The length of the second string. 345 345 */ 346 346 static bool rtFsWinAreEqual(WCHAR const *pwsz1, size_t cch1, const char *psz2, size_t cch2) -
trunk/src/VBox/Runtime/r3/win/poll-win.cpp
r32131 r32431 585 585 } 586 586 587
Note:
See TracChangeset
for help on using the changeset viewer.