19 #ifndef __CRT_INTERNAL_WINE_MTDLL_H 20 #define __CRT_INTERNAL_WINE_MTDLL_H 24 #define _mlock(locknum) _lock(locknum) 25 #define _munlock(locknum) _unlock(locknum) 28 void _lock(
int locknum );
32 #define _mlock(locknum) do {} while(0) 33 #define _munlock(locknum) do {} while(0) 38 #define _SIGNAL_LOCK 1 39 #define _IOB_SCAN_LOCK 2 40 #define _TMPNAM_LOCK 3 42 #define _OUTPUT_LOCK 5 43 #define _CSCANF_LOCK 6 44 #define _CPRINTF_LOCK 7 47 #define _BHEAP_LOCK 10 50 #define _EXIT_LOCK1 13 51 #define _EXIT_LOCK2 14 52 #define _THREADDATA_LOCK 15 53 #define _POPEN_LOCK 16 54 #define _LOCKTAB_LOCK 17 55 #define _OSFHND_LOCK 18 56 #define _SETLOCALE_LOCK 19 57 #define _LC_COLLATE_LOCK 20 58 #define _LC_CTYPE_LOCK 21 59 #define _LC_MONETARY_LOCK 22 60 #define _LC_NUMERIC_LOCK 23 61 #define _LC_TIME_LOCK 24 62 #define _MB_CP_LOCK 25 64 #define _TYPEINFO_LOCK 27 65 #define _STREAM_LOCKS 28 68 #define _IOB_ENTRIES 20 69 #define _LAST_STREAM_LOCK (_STREAM_LOCKS+_IOB_ENTRIES-1) 70 #define _TOTAL_LOCKS (_LAST_STREAM_LOCK+1) void _unlock(int locknum)