Ignore:
Timestamp:
Jun 13, 2002, 4:02:50 PM (23 years ago)
Author:
sandervl
Message:

SetCustomWndHandleSemName added to override shared semaphore name used to synchronize global window handle array access (to avoid name clash with Odin)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/custombuild.h

    r8408 r8656  
    8686void WIN32API DisableWaveAudio();
    8787
     88//Override shared semaphore name used to synchronize global window handle
     89//array access (to avoid name clash with Odin)
     90void WIN32API SetCustomWndHandleSemName(LPSTR pszSemName);
     91
    8892//Turn off ASPI
    8993void WIN32API DisableASPI();
Note: See TracChangeset for help on using the changeset viewer.