Changeset 20374 in vbox for trunk/src/VBox/Additions/os2/VBoxSF
- 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/Additions/os2/VBoxSF/VBoxSFInit.cpp
r20371 r20374 46 46 * Global Variables * 47 47 *******************************************************************************/ 48 RT_ BEGIN_DECLS48 RT_C_DECLS_BEGIN 49 49 /* from VBoxSFA.asm */ 50 50 extern RTFAR16 g_fpfnDevHlp; … … 53 53 /* from sys0.asm and the linker/end.lib. */ 54 54 extern char _text, _etext, _data, _end; 55 RT_ END_DECLS55 RT_C_DECLS_END 56 56 57 57
Note:
See TracChangeset
for help on using the changeset viewer.