Changeset 7938 for trunk/include


Ignore:
Timestamp:
Feb 16, 2002, 11:18:48 PM (24 years ago)
Author:
phaller
Message:

Export DLLGETVERSIONPROC for WIN32OS2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/shlwapi.h

    r7822 r7938  
    691691
    692692
     693/* Version Information */
    693694#ifndef __WIN32OS2__
    694 /* Version Information */
    695 
    696695typedef struct _DllVersionInfo {
    697696    DWORD cbSize;
     
    701700    DWORD dwPlatformID;
    702701} DLLVERSIONINFO;
     702#endif
    703703
    704704#define DLLVER_PLATFORM_WINDOWS 0x01 /* Win9x */
     
    706706
    707707typedef HRESULT (* CALLBACK DLLGETVERSIONPROC)(DLLVERSIONINFO *);
    708 
    709 #endif
    710708
    711709#ifdef __cplusplus
Note: See TracChangeset for help on using the changeset viewer.