Changeset 16684 in vbox for trunk/src/VBox/Main/cbinding/cbinding.h
- Timestamp:
- Feb 11, 2009 4:47:53 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/cbinding/cbinding.h
r16497 r16684 56 56 VBOXXPCOMC_DECL(int) VBoxUtf8ToUtf16(const char *pszString, PRUnichar **ppwszString); 57 57 58 /* Getting and Setting the Enviornment Variables */ 59 VBOXXPCOMC_DECL(const char*) VBoxGetEnv(const char *pszVar); 60 VBOXXPCOMC_DECL(int) VBoxSetEnv(const char *pszVar, const char *pszValue); 61 58 62 #ifdef __cplusplus 59 63 }
Note:
See TracChangeset
for help on using the changeset viewer.