Ignore:
Timestamp:
Nov 28, 2008, 6:45:54 PM (17 years ago)
Author:
Brendan Oakley
Message:

Build Lars' installer with OpenWatcom, from Mike Greene

File:
1 edited

Legend:

Unmodified
Added
Removed
  • contrib/installer/install/uniinst.cpp

    r406 r407  
    1 /********************************************************/
     1********************************************************/
    22/* For how to write an minstall installation DLL see    */
    33/* "Multimedia Subsystem Programming Guide"             */
     
    108108}
    109109
    110 
    111 ULONG APIENTRY Install(
     110__declspec(dllexport) ULONG Install(
    112111                        HWND hwndOwnerHandle,
    113112                        PSZ pszSourcePath,
     
    220219
    221220
    222 ULONG APIENTRY Deinstall(
     221__declspec(dllexport) ULONG Deinstall(
    223222                        HWND hwndOwnerHandle,
    224223                        PSZ pszSourcePath,
     
    262261}
    263262
    264 
Note: See TracChangeset for help on using the changeset viewer.