Changeset 9328 in vbox
- Timestamp:
- Jun 2, 2008 9:24:07 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/CFGM.cpp
r9327 r9328 2162 2162 * @param iDef The default value. 2163 2163 */ 2164 CFGMR3DECL(int) CFGMR3Query UIntDef(PCFGMNODE pNode, const char *pszName, signed int *pi, signed int iDef)2164 CFGMR3DECL(int) CFGMR3QuerySIntDef(PCFGMNODE pNode, const char *pszName, signed int *pi, signed int iDef) 2165 2165 { 2166 2166 AssertCompileSize(signed int, 4);
Note:
See TracChangeset
for help on using the changeset viewer.