os_critsecsize64

Return size of OS critical section. NOTE: can't use the sizeof() calls directly since cross compiling is supported and would end up using the host sizes rather than the target sizes.

version(Windows)
extern (C++) nothrow @safe
int
os_critsecsize64
()

Meta