Home
last modified time | relevance | path

Searched refs:_winver (Results 1 – 11 of 11) sorted by relevance

/reactos/dll/win32/msvcrt40/
H A Dmsvcrt40.c47 extern unsigned int _winver;
73 _winver = (osvi.dwMajorVersion << 8) | osvi.dwMinorVersion; in DllMain()
H A Dmsvcrt40.spec934 @ extern _winver
/reactos/dll/win32/msvcrt20/
H A Dmsvcrt20.c46 extern unsigned int _winver;
77 _winver = (osvi.dwMajorVersion << 8) | osvi.dwMinorVersion; in DllMain()
H A Dmsvcrt20.spec897 @ extern _winver
/reactos/sdk/lib/crt/misc/
H A Dcrt_init.c28 _winver = (osvi.dwMajorVersion << 8) | osvi.dwMinorVersion; in crt_process_init()
H A Denviron.c14 unsigned int _winver = 0; variable
518 return &_winver; in __p__winver()
/reactos/modules/rostests/apitests/crt/
H A Dcrtdata.c601 ok_int(_winver, (s_osvi.dwMajorVersion << 8) | s_osvi.dwMinorVersion); in Test__winver()
604 ok_ptr(__p__winver(), &_winver); in Test__winver()
610 ok_int(result_winver, _winver); in Test__winver()
H A Dmsvcrt_crt_apitest.cmake939 # _winver
/reactos/sdk/include/crt/
H A Dstdlib.h197 #define _winver (*__p__winver()) macro
203 _CRTIMP extern unsigned int _winver;
/reactos/dll/win32/crtdll/
H A Dcrtdll.spec333 @ extern _winver_dll _winver
/reactos/dll/win32/msvcrt/
H A Dmsvcrt.spec1222 @ extern -arch=i386,x86_64 _winver