Changeset 11888 in vbox for trunk/include
- Timestamp:
- Aug 31, 2008 6:01:06 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/ldr.h
r8245 r11888 42 42 __BEGIN_DECLS 43 43 44 45 /** 46 * Gets the default file suffix for DLL/SO/DYLIB/whatever. 47 * 48 * @returns The stuff (readonly). 49 */ 50 RTDECL(const char *) RTLdrGetSuff(void); 44 51 45 52 /**
Note:
See TracChangeset
for help on using the changeset viewer.