Changeset 20371 in vbox for trunk/src/VBox/Additions/os2/VBoxSF
- Timestamp:
- Jun 8, 2009 12:28:49 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 48294
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/os2/VBoxSF/VBoxSFInit.cpp
r3655 r20371 46 46 * Global Variables * 47 47 *******************************************************************************/ 48 __BEGIN_DECLS48 RT_BEGIN_DECLS 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 __END_DECLS55 RT_END_DECLS 56 56 57 57
Note:
See TracChangeset
for help on using the changeset viewer.