Changeset 4090 for branches/GRACE/src/win32k/include/ldr.h
- Timestamp:
- Aug 25, 2000, 6:47:28 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GRACE/src/win32k/include/ldr.h
r4068 r4090 1 /* $Id: ldr.h,v 1.5.4. 5 2000-08-22 03:00:19bird Exp $1 /* $Id: ldr.h,v 1.5.4.6 2000-08-25 04:47:22 bird Exp $ 2 2 * 3 3 * ldr - Our loader "subsystem" public header file. … … 229 229 * functions 230 230 */ 231 ULONG ldrInit(void); 231 PSZ ldrGetExePath(PSZ pszPath, BOOL fExecChild); 232 ULONG ldrInit(void); 232 233 233 234 #ifdef __cplusplus
Note:
See TracChangeset
for help on using the changeset viewer.