Changeset 7938 for trunk/include
- Timestamp:
- Feb 16, 2002, 11:18:48 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/shlwapi.h
r7822 r7938 691 691 692 692 693 /* Version Information */ 693 694 #ifndef __WIN32OS2__ 694 /* Version Information */695 696 695 typedef struct _DllVersionInfo { 697 696 DWORD cbSize; … … 701 700 DWORD dwPlatformID; 702 701 } DLLVERSIONINFO; 702 #endif 703 703 704 704 #define DLLVER_PLATFORM_WINDOWS 0x01 /* Win9x */ … … 706 706 707 707 typedef HRESULT (* CALLBACK DLLGETVERSIONPROC)(DLLVERSIONINFO *); 708 709 #endif710 708 711 709 #ifdef __cplusplus
Note:
See TracChangeset
for help on using the changeset viewer.