Changeset 7429 in vbox for trunk/src/VBox/HostServices/SharedFolders/shfl.h
- Timestamp:
- Mar 12, 2008 10:08:32 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedFolders/shfl.h
r5999 r7429 1 1 /** @file 2 * 3 * Shared Folders: 4 * Main header. Common data and function prototypes definitions. 2 * Shared Folders: Main header - Common data and function prototypes definitions. 5 3 */ 6 4 … … 17 15 */ 18 16 19 #ifndef __ SHFL__H20 #define __ SHFL__H17 #ifndef ___SHFL_H 18 #define ___SHFL_H 21 19 22 20 #include <VBox/err.h> … … 49 47 uint32_t fu32Flags; 50 48 51 RTU CS2PathDelimiter;49 RTUTF16 PathDelimiter; 52 50 } SHFLCLIENTDATA; 53 51 54 52 55 #endif /* __SHFL__H */ 53 #endif /* !___SHFL_H */ 54
Note:
See TracChangeset
for help on using the changeset viewer.