Changeset 550 for trunk/include/windll.h
- Timestamp:
- Aug 18, 1999, 7:18:01 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/windll.h
r544 r550 1 /* $Id: windll.h,v 1. 4 1999-08-18 12:24:52sandervl Exp $ */1 /* $Id: windll.h,v 1.5 1999-08-18 17:16:05 sandervl Exp $ */ 2 2 3 3 /* … … 17 17 #include "winimage.h" 18 18 19 #ifndef CCHMAXPATH20 #define CCHMAXPATH 26021 #endif22 19 #ifndef HINSTANCE 23 20 #define HINSTANCE ULONG … … 89 86 private: 90 87 ULONG referenced; 91 char szModule[CCHMAXPATH];92 93 char *StripPath(char *path);94 88 95 89
Note:
See TracChangeset
for help on using the changeset viewer.