Changeset 20374 in vbox for trunk/src/VBox/Runtime/include/internal/process.h
- Timestamp:
- Jun 8, 2009 12:43:21 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 48298
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/include/internal/process.h
r20364 r20374 35 35 #include <iprt/param.h> 36 36 37 RT_ BEGIN_DECLS37 RT_C_DECLS_BEGIN 38 38 39 39 extern RTPROCESS g_ProcessSelf; … … 67 67 DECLHIDDEN(int) rtProcInitExePath(char *pszPath, size_t cchPath); 68 68 69 RT_ END_DECLS69 RT_C_DECLS_END 70 70 71 71 #endif
Note:
See TracChangeset
for help on using the changeset viewer.